Indicates the image to be inserted.
src
Indicates the alternative text or the text that
appears when the mouse hovers the image and the
image cannot be displayed.
alt
Assigned name to the image. The ___ can be used
for various purposes.
name
Indicates the width of the border around the image
border
Indicates the height of the image in pixels. If not
the actual height is specified, the image will be
scaled to fit.
height
Indicates the width of an image in pixels. If not the
actual width is specified, the image will be scaled to
fit.
width
Indicates the horizontal alignment of image.
align
Sets the vertical space in pixels above and below
the image.
vspace
Sets the horizontal space in pixels besides the
image.
hspace
Indicates the image to be loaded before the actual
image is loaded. Smaller images or of lower
resolution is usually used here.
lowsrc
Joint Photographic Experts Group. It supports a million of
colors.
(.jpg) JPEG
this is for animated images. It supports up to 256 colors.
(.gif) GIF
this is usually an image with transparent background. It
supports a million of colors.
(.png) PNG
supports a million of colors. It is not compressed that’s why
it provides the best quality for image at the cost of the file size.
(.bmp) Bitmap
the tag used for images. It supports several attributes.
<img></img>
A window or screen that contains numerous fileds, or spaces to enter data
Form
What is the container tag of a form?
<form></form>