Which tag is the root element of an HTML document?
<!DOCTYPE html>
<html>
<body>
<root> The <html> tag is the root element of an HTML document, which means that it contains all the contents and tags of the HTML document within it. The html element represents the root of a document.
<root>
The <html> tag is the root element of an HTML document, which means that it contains all the contents and tags of the HTML document within it. The html element represents the root of a document.