Eye of Design helps users find information on web design and development along with feature a gallary of works created by Gary R. Hess.
Image Tag
As with all XHTML tags, img must also be closed. However, unlike most XHTML, img is not closed by a following tag, however it is closed within itself.
This is done simply by adding a backslash infront of the closing sign.
Example: <img src="cow.jpg" />
A downside in using XHTML with images is that you may not use the border attribute. However, since XHTML is highly compatible with CSS, it is easily accomplished to set (or take away) borders.
