<html>
<head>
<title>your title as you want it to appear on the Internet goes here</title>
</head>
<body>
<h1 align=center>the title of your page goes here</h1>
<hr align=center>
<p>paragraph of text</p>
<p>another paragraph of text</p>
<ol>
<li>item 1 in your list
<li>item 2 in your list
<li>item 3 in your list
</ol>
<a href="URL of link">words on page that will serve as link for
reader</a><br><br>
<img src="URL of image">
</body>
</html>