Look in the tutorials section, theres some tutorials on HTML :]
Printable View
Look in the tutorials section, theres some tutorials on HTML :]
<p></p>
Is the paragraph one if you want it valid.
<img src="imageurl" alt="" /> if you want to display an image
Using divs and css:
<style type="text/css">
#div { (DIV NAME)
width:300px; (WIDTH)
}
</style>
<div id="div"></div>
Also.
<em></em> is italics.
VERY USEFUL :)
http://www.ilovejackdaniels.com/html-cheat-sheet.png
and if you get onto CSS ;)
http://www.ilovejackdaniels.com/css_cheat_sheet.png