<HTML><HEAD><TITLE>Title</TITLE></HEAD>
<BODY BACKGROUND=bg.gif>
<H1><CENTER> Header </CENTER></H1>
Text
<HR><ADDRESS> Last updated ... <BR> <A HREF=mailto:your email>Mail me!</a> </ADDRESS></BODY></HTML>
The <HR>tag will create a rule or a horizontal line across the page when you view it with a browser. The <H1> and </H1> denote the start and end of text that is Header Size 1. <ADDRESS> denotes a text style. The <A HREF=mailto:> denotes a link to send a message to an email address. The <CENTER> and </CENTER> tags indicate the beginning and end of centered text. <HTML> </HTML> denotes a HTML type of file. <HEADER> </HEADER> marks information not displayed by the browser in the window. <BODY> </BODY> denotes information in a HTML file that is displayed by the browser in the window.