Vidyalelo
HTML · Q87

Basic HTML

Programming · HTML · question 87

Q87

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

A.
source
B.
src
C.
xmlns
Answer
D.
link

Answer: Option C

Solution

Answer: Option C
Solution:
The xmlns attribute specifies the xml namespace for a document.