<html>

<head>
<title>Insert the title of the document here</title>
</head>

<body>
<body bgcolor="eeeeee">
Insert your entire document-including other HTML codes-in between the <body> and </body> tags
<h1>formats text as the largest heading</h1>
<h2>formats text as the second largest heading</h2>
<h3>formats text as the third largest heading</h3>
<h4>formats text as the fourth largest heading</h4>
<b>boldface text</b>
<i>italicizes text</i>
<u>underlines text</u>
<center>centers text</center>
</body>

</html>