<html>
<head>
<title>
Page Title goes here, this will appear in the window title, not on the page
</title>
</head>
<body>
YOUR WEB CONTENT GOES HERE
</body>
</html>
<b>Bold</B>
<i>Italics</i>
<u>underlined</u>
<center>Center on page</center>
<font color ="red">font color</font> (any basic color will work)
<font size = +4>font size</font> (adjust font size from 1-7 plus or minus)
note: you can combine these two: <font size=+5 color="red" >
<hr> Horizontal Rule:
<br> continue on next line
<p> continue two lines down
<a href ="http://www.google.com">Google</a>
<img src="name_of_image.jpg" alt="description of image" >
<link href="name_of_css.css" rel="stylesheet" type="text/css" />