XHTML Quiz 1

Tests knowledge of XHTML fundamentals including syntax rules, DTD, validation, and comparison with HTML.

12 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What does the term XHTML stand for?

  1. X-function of HTML
  2. Ex Hyper Text Markup Language
  3. Extensible Hypertext Markup Language
  4. Extensible Hype Manditory Learning
Question 2 Multiple Choice (Single Answer)

What is the DTD?

  1. A method tied to an object
  2. A Detrimental Transitional Development
  3. The Document Type Declaration
  4. The Difinitive Type Definition
Question 3 Multiple Choice (Single Answer)

Which of the statments are true?

  1. XHTML and SGML are both subsets of HTML
  2. XHTML is a subset of SGML
  3. SGML is a subset of XHTML
  4. SGML is a simplified version of XHTML
Question 4 Multiple Choice (Single Answer)

Which of the statements are false?

  1. XHTML documents are not parsed in the browser before display
  2. XHTML is parsed with a DTD
  3. The Doctype Declaration indicates to the parser which DTD to use
  4. XHTML syntax needs to be well formed
Question 5 Multiple Choice (Single Answer)

What statement makes the most sense?

  1. XHTML is more advanced than HTML
  2. HTML and XHTML are both the same language
  3. XML and XHTML are written in the same mannor
  4. HTML will load faster than XHTML in most cases
Question 6 Multiple Choice (Single Answer)

Which statment makes the least sense?

  1. HTML will still be the choice of most professional web developers for many years to come
  2. XHTML will replace most of the HTML pages on the internet
  3. XHTML is a replacement for HTML
  4. HTML causes a lot of problems on the internet in it current form
Question 7 Multiple Choice (Single Answer)

XHTML will work best if it is Validated ?

  1. It is not always best to validate XHTML
  2. The statment is false
  3. This is a true statement
  4. XHTML is not validated
Question 8 Multiple Choice (Single Answer)

For XHTML to function properly?

  1. The code should be written in uppercase letters
  2. The XHTML document should be valid and well formed
  3. All end tags should be left open
  4. You require a special type of browser
Question 9 Multiple Choice (Single Answer)

In writing XHTML ?

  1. The opening and closing tags should start and end with XHTML
  2. The end tags of the img tag should be left open
  3. Uppercase letters should not be used between the opening and closing tags
  4. The Doctype Declaration should have a closing tag simular to the img tag or the meta tag
Question 10 Multiple Choice (Single Answer)

In writing XHTML?

  1. Attributes do not have quotes for their values
  2. All attributes values require quotes
  3. All values require attributes
Question 11 Multiple Choice (Single Answer)

What is the correct XHTML for a paragraph?

  1. <P></p>
  2. <P></P>
  3. <p></p>
  4. </p><p>
Question 12 Multiple Choice (Single Answer)

What is a correct XHTML tag for a line break?


  1. <break/>