Question Info

This question is public and is used in 1 group and 4 tests.

Type: Open-Ended
Category: Programming
Grade: None
Score: 1
Author: BacMan orange star
Last Modified: 2 weeks ago

View all questions by BacMan.

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 Group 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.

XML Interview Answer these questions using your knowledge of XML.

1 vote
  • 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