1. Question: What does XML stand for?

    A
    eXtensible Markup Language

    B
    eXtra Modern Link

    C
    Example Markup Language

    D
    X-Markup Language

    Note: Not available
    1. Report
  2. Question: XML's goal is to replace HTML

    A
    True

    B
    False

    Note: Not available
    1. Report
  3. Question: What does DTD stand for?

    A
    Document Type Definition

    B
    Do The Dance

    C
    Direct Type Definition

    D
    Dynamic Type Definition

    Note: Not available
    1. Report
  4. Question: Is this a "well formed" XML document? <?xml version="1.0"?> <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> </note>

    A
    True

    B
    False

    Note: Not available
    1. Report
  5. Question: Is this a "well formed" XML document?<strong><br /> </strong><br /> <?xml version="1.0"?><br /> <to>Tove</to><br /> <from>Jani</from><br /> <heading>Reminder</heading><br /> <body>Don't forget me this weekend!</body>

    A
    True

    B
    False

    Note: Not available
    1. Report
  6. Question: Which statement is true?

    A
    All the statements are true

    B
    All XML elements must be lower case

    C
    All XML documents must have a DTD

    D
    All XML elements must be properly closed

    Note: Not available
    1. Report
  7. Question: Which statement is true?

    A
    XML tags are case sensitive

    B
    XML elements must be properly nested

    C
    XML documents must have a root tag

    D
    All the statements are true

    Note: Not available
    1. Report
  8. Question: XML preserves white spaces

    A
    True

    B
    False

    Note: Not available
    1. Report
  9. Question: Is this a "well formed" XML document?<?xml version="1.0"?><note><to age=29>Tove</to><from>Jani</from></note>

    A
    True

    B
    False

    Note: Not available
    1. Report
  10. Question: XML elements cannot be empty

    A
    True

    B
    False

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd