codes i have learned
basic codes
<html> </html> to start/finish website coding
<head> </head> to show text that appears when searched
<title> </title> to create title that shows up at the top
codes for body
<body bgcolor=color> to add a color for background
<body background=filename> to add a picture for a background
codes for font
<font size=1-7> to adjust font size 7 is large 1 is small
<font colot=color> to make the font the color you want
<font face=font type> to make font different style
(note: all these font modifiers can be cancelled by using </font>)
codes for images
<img src=file name> to add image of your file to website
<img width=#% height =#%> to control the width/height of your picture
<img alt=text> to add text when you scroll over picture
codes for hyperlinks
<a href=site> to add hyerlink to site you want
<a href target=blank> to make that site come up in a separate window
<body link=color> to make hyperlinks on your site that color
<body vlink=color> to make visited hyperlinks on your site that color
back to home
webmonkey cheatsheet that helped me code as well as provide me setup this page