XHTML elements are required to be nested within the html root element. Elements are required to be in pairs or properly self closed. Elements are required to be correctly nested with their corresponding parent element.
<html> <head></head> <body></body> </html>