-
Which of the following statement is not true?
-
- The xmlns attribute in <html> is mandatory
- <html>, <head>, <title>, and <body> are mandatory
- XHTML DOCTYPE is mandatory
- All of above
- 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.