Good HTML Conventions
Common tags: <html> begins a html document
<body text=… link=… vlink=… bgcolor=…> body of text
<p> start a paragraph <br> new line
<img src=“URL alt=… width=… height=…>
<ul> un-numbered list <li> list element
Be sure to close lists, html, head, body tags