View Question
View this question.
Add this question to a group or test by clicking the appropriate button below.
add this question to a test add this question to a group
Note: This question is included in a group.
The contents of the question may require the group's common instructions or reference text to be meaningful.
If so, you may want to add the entire group of questions to your test.
To do this, click on the group icon
in the blue box below.
If you choose to add only this question, common instructions or reference text will not be added to your test.
Answer these questions using your knowledge of XML.
-
What are some differences between XML and HTML?
-
HTML
1. Defined set of tags designed for web display
2. Format driven
3. End tags not required
4. Quotes not required
5. Slash not required in empty tags
XML
1. User definable tags
2. Content driven
3. End tags required for well formed documents
4. Quotes required around attributes values
5. Slash required in empty tags
-
HTML

