<!-- HTML:Basics snippet 1. --> <!-- HTML Transitional template. --> <!-- Place the following at the very top of the page: declare the DTD --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <head> <!-- declare the character encoding for the page --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Page title</title> <!-- define a description of your page --> <meta name="description" content="Write your phrase here."> <meta name="keywords" content="key, words, here"> </head> <body> <p>This is some content.</p> </body> </html>