Which tag/element that contains the whole HTML document?
(a) <TITLE> (b) <HEAD> (c) <BODY> (d) <HTML>
Answers
Answered by
0
Answer:
The <html> element is the root element and it defines the whole HTML document. It has a start tag <html> and an end tag </html> . The <body> element defines the document's body.
Answered by
2
<HTML>
Explanation:
<HTML>
<HEAD>
</HEAD>
<BODY>
</BODY>
</HTML>
Similar questions