IMAGES

Text Sound Links Lists Tables
Frames Forms Style Sheets Scripts Links to Other Pages




IMAGE TAGS


The following Image Tags will be covered in this tutorial:


<IMG> : IMaGe Tag places an image in a web page.

<BR> : Line break (equivalent to the ENTER key on your computer keyboard)




<IMG> TAG


Main Attributes:

ALT= "text" (Alternative text that will appear in place of an image i- until the image is loaded or ii- if the browser graphics are turned off).

Horizontal Image Alignment: ALIGN= left (default), right

Vertical Image Alignment: ALIGN= top, middle, bottom, texttop, absmiddle, absbottom

BORDER= number (Specifies size of a border, in pixels, around an image)

HEIGHT= number

WIDTH= number (Height and Width specify size of an image in pixels)

HSPACE= number (Horizontal free SPACE, in pixels, on either side of an image)

VSPACE= number (Vertical free SPACE, in pixels, above and below an image)

SRC= "URL" (SouRCe: Address of an image)




<BR> TAG


Attribute:

CLEAR= left, right, all, none (Stops text wrapping around an image. See examples in the next page)

Next Page



Home    Site Map    Assumptions    Introduction    Tools    Resources    Contact