Navigational Map Nav Reference 2.6
The html tag starts and ends the html section of the page.
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us">
The last line in the code for entire Web Page will be the html end tag.
</html>
The starting tag needs the closing tag-- e.g.: <html .....> needs </html>.