Html

<html> </html> These tell the browser this page is in Hypertext Markup Language.
Standard opening and closing tags for any HTML page. Enclose everything else in these.

Example
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>