I know the basics. Bold, Italic, Underline, Linking, font size and color, big and small. But, are there any other codes I should know??
A good place to start is the CSS tutorial on w3schools.com. You will learn all about styling you page. Margins padding, borders, text align, etc etc
W3C recommendation - HTML elements W3C recommendation - HTML attributes Click on the name links for detailed information and usage examples. James
The HTML codes that I use frequently are, <html><head><title><body><link><a><p><div><span><br><meta><ul><li><ol><sup><sub><h1><h2><h3><em> Code (markup): and all of their closing tags. Of course a doctype as well would be usefull... There are others, but those are just the main ones I use...(i prob mist some..) Also the form tags, <form><fieldset><legend><label><input> Code (markup):
http://www.killersites.com/HTML_CODES/index.jsp Very useful table which you can print and refer to when designing your site.