HTML

Which HTML tag is used to define the structure of an HTML document, including the head and body sections?


 306
Answer : D) <html>

The <html> tag is the root element of an HTML document, containing the head and body sections.

Join Discussion
Please Login to Post a Comment