<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="utf-8"> <title>A Simple Document</title> <meta name="author" content="Thomas Bennet"> <meta name="description" content="This is an example of a very simple html document"> <meta name="keywords" content="simple pages, examples, obsolete meta headers"> </head> <body> <h1 align="center">A Very Simple Document</h1> <!-- This is the first, very exciting paragraph. --> <p> This is a very <em>simple</em>, <strong>simple</strong> web page. It shows a few tags, with the usual angle brackets: <tag>. Also, some attributes and empty elements. </p> <p align='right'> <small>That is all.</small> </p> </body> </html>