Here is the most simple html code that a page should contain:

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title></title>
    </head>
    <body>
 
    </body>
</html>

Tags such as <html><p></html> are considered block type whereas <html><em></html> and such are inline.