57
HtmL, JavasCriPt, and Css
3.4.3 <IMG>
One of the attractions of web pages is the integration of text and images. Web brows-
ers support a wide variety of image formats. e most popular formats are GIF
(.gif files), PNG (.png files), and JPEG (.j p g files). JPEG files have a higher qual-
ity, but GIF files can be “animated” images. An animated GIF file has a series of
images that are displayed in an order to form animation (e.g., rotation and motion).
You can download images from the Internet by right- clicking the image you want to
download and then clicking [Save As] on the displayed menu to save it. Be aware
of copyright protection laws. Images can be inserted into an HTML document by
using the <IMG> tag. When using this tag, its attributes must ...