Eye of Design helps users find information on web design and development along with feature a gallary of works created by Gary R. Hess.

HTML Quick Reference

If you are looking to make a personal homepage for Myspace, Livejournal or Xanga this is the place for you. This guide offers the most used HTML for your conveniance. However, the HTML you may used is not limited to these so you might want to check out one of the other pages on this site as well.

Adding a link
<a href="http://www.website.com">Text you wish to link</a>

Bold, italicize or underline
<b>bold</b>
<i>italic</i>
<u>underline</u>

Changing text color
<font color="#000000">

Placing an image
<img src="urlofimage.jpg">

Using a background
<body background: image.jpg> or <body bgcolor: #000> (Use in place of <body> tag)