html

Support

Identifies an HTML or XHTML document. The html element is the container element of the body and head tags.

Example

<html>
<head>
<title>My HomePage</title>
</head>
<body>
The contents of the HTML document.
</body>
</html>