XML Quiz1

1. What does XML stand for?

X-Markup Language
eXtra Modern Link
eXtensible Markup Language
Example Markup Language

2. There is a way of describing XML data, how?

XML uses a description node to describe data
XML uses XSL to describe data
XML uses a DTD to describe the data.

3. XML's goal is to replace HTML ?

True
False
4. What is the correct syntax of the declaration which defines the XML version?
<?xml version="1.0"?>
<xml version="1.0" />
<?xml version="1.0" />

 

5. What does DTD stand for?

Document Type Definition
Do The Dance
Dynamic Type Definition
Direct Type Definition

Top