Tag: xhtml

Questions Related to xhtml

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


Correct Option: C

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


Correct Option: C

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


Correct Option: B
  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


Correct Option: A
  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


Correct Option: A
  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


Correct Option: A
  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


Correct Option: C
  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


Correct Option: B
  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


Correct Option: C

In writing XHTML?

  1. Attributes do not have quotes for their values

  2. All attributes values require quotes

  3. All values require attributes


Correct Option: B