|
HTML: Image tags and linking
<Img src="Cindy.gif">
This tag is used for including images in your pages.
<Img src> is the tag used to include an
image.
Cindy.gif is the image used to include into your
web page.
If you enter some variables into the image tag you can alter the attributes of the image.
Align=Top
This determines how the text is positioned around the image, where Top is the text alignment. Middle can also be used. Bottom is deafult.
Alt="Click here"
This determines the text shown when the mouse is moved over the image, where Click here is the text displayed.