Ok. I got bored again, so I deciided to write out a list of common HTML scrpts..
========
<br> makes the text inside of >< on its own line</br>
========
<h1>Makes the text bold and or highlighted</h1>
========
<font color="COLOR"> makes the text here the color specified</color>
========
<marquee> Makes the text scroll across the screen left</marquee> ========
To make a different direction, use <marquee direction=Up Down Left or Right> text here, as last time</marquee>
=======
<table border="1 2 3 5 or 5"><tr><td> The text here will be inside a bordered box</br></tr></td></table>
=======
<a href="http:// url here /" target=_blank>This will be the label</a>
That makes a link with what ever lable you want.
=======
<img src="http:// IMAGE url/" border=0 alt="The text here would be the image name, i.e. this wold appear in the image border, until it loads< a href="http:// SITE url"</img></a>
That makes an image link, Hull most likely uses this or a very similar code for the DSipaint logo above.
======
<script language=javascript="whatever you are doing goes here."</script>
=======
<strike>This will put a line through the text</strike>
======
<blink>This text will flash</blink>
--------------
<em>This will put emphasis on the text here</em>
--------------
<strong>This will make the text bold</strong>
Thanks for reading! Hope this helps out!
h1 doesnt actually make it bold or hilighted. it just depends on the css of the website. h1 means the first heading <h2>2nd heading</h2> <h3>3rd heading</h3> up to 6 and an easyer thing than <br></br> is <br /> as that just puts the text under the previous. yay bold xD