The root element of an XHTML document must be html, and must contain an __________ attribute to associate it with the XHTML namespace.

The root element of an XHTML document must be html, and must contain an __________ attribute to associate it with the XHTML namespace. Correct Answer xmlns

The xmlns attribute specifies the xml namespace for a document. It is manadatory in XHTML while in HTML5 it is optional. The root element of an XHTML document must be html, and must contain an xmlns atrribute to associate it with the XHTML namespace.

Related Questions

Which of the following is not a difference between HTML and XHTML
HTML and XHTML stands for
Which is the root element in a HTML document?
Every HTML element may have an ____________ attribute specified.