Graphics
To have a graphic appear on a webpage, web designers must to put the <IMG> tag in with the address where the graphic "lives":
<IMG SRC="http://www.someplace.com/images/fish.gif">
alt="text": insert a description of the graphic for those who are using browsers that cannot process images (e.g., page readers for the blind)
width="xx/xx%": width in pixels/percentage
height="xx/xx%": height in pixels/percentage
border="xx": pixel length of the border surrounding the image.
hspace="xx": places a buffer of space horizontally around the image
vspace="xx": places a buffer of space vertically around the image
align="top/middle/bottom/right/left": aligns image in relation to the text (see next 2 slides)