Basic HTML Commands
<tt></tt> is for Typewriter Face Font<b></b> is for bold face
<i></i> is for italicized text
<p> starts a new paragraph
<br> starts a new line
<a href="URL">your text</a> creates a hyperlink
<a href=mailto:"email address">your text</a> creates an email link
<target="name"> defines where a page should display
<img src="name"> displays a picture
example: <img src=genius.jpg> = 
[NEXT]