DESCRIPTION OUTPUT SOURCE CODE |
The <IMG> tag, with its attributes, provides Web authors with the control they need to deal with images. It is used to incorporate graphics (typically icons or pictures) into an HTML document. Any image can be added to a web page, provided it is in GIF or JPEG file format. The attributes of the <IMG> tag are SRC, ALT, BORDER, WIDTH, HEIGHT, ALIGN, HSPACE, VSPACE, USEMAP, LONGDESC, and ISMAP.
Lists allow Web authors to organize and indent text in Web pages. Lists could be used to describe components of a product, steps of a procedure, tasks of a plan, and organizational/hierarchical structures. HTML supports three types of lists: unordered, ordered, and definition. The difference between these types comes in their rendering.