Summary of HTML Tags

Graphics

<img src="file.gif">

<img src="file.gif" 
alt="###"
align=top|middle|bottom|
left|right
height=x width=y>
Inline Image
Display a picture within web page. src (source) is the name, file path, or URL for the image file; alt (alternative) is a string of text displayed for non-graphic browsers or users with image loading turned off; align controls relation of image and surrounding text (top/middle/bottom will align ONE line of succeeding text; left/right will place image to side of page and wrap text around it); height and width are the dimensions of the image measured in pixels.
more tags

Hosted by www.Geocities.ws

1