Home » HTML » Html miscellaneous » Question
  1. Which of the following statement is not true?
    1. The xmlns attribute in <html> is mandatory
    2. <html>, <head>, <title>, and <body> are mandatory
    3. XHTML DOCTYPE is mandatory
    4. All of above
    5. None of these
Correct Option: B

XHTML is a markup language. There are certain terms and conditions (rules and regulations) for it. There are as: 1) In XHTML, the DOCTYPE is compulsory, 2) Xmlns attribute in <html> in manndatory, 3) The basic building blocks of markup i.e. <html>, <head>, <title>, and <body> are must in one. 4) Last but not least, XHTML is case sensitive where as HTML is case in-sensitive.



Your comments will be displayed only after manual approval.