DESCRIPTION OUTPUT SOURCE CODE |
BORDER � indicates the width of the border around the image in pixels. By default, the value is zero (doesn�t have a border) however, images used as hyperlinks have borders by default; use border = 0 to remove it.
SYNTAX: <IMG SRC = image_filename BORDER = pixels>
By default, no border appears around an image unless that image is a link. If you use the BORDER = 1 attribute in an <IMG> tag, then a thin border will appear around the image.
HEIGHT � indicates the height of the image in pixels. If not the actual height is specified, the image will be scaled to fit.
SYNTAX: <IMG SRC = image_filename HEIGHT = pixel>
WIDTH � indicates the width of the image in pixels. If not the actual width is specified, the image will be scaled to fit.
SYNTAX: <IMG SRC = image_filename WIDTH = pixel>
ALIGN � indicates the horizontal alignment of image.
SYNTAX: <IMG SRC = image_filename ALIGN = value>
VSPACE � sets the vertical space in pixels above and below the image.
SYNTAX: <IMG SRC = image_filename VSPACE = pixel>
HSPACE � sets the horizontal space in pixels beside the image.
SYNTAX: <IMG SRC = image_filename HSPACE = pixel>