Image Tag
•<IMG SRC=“URL” ALT=“message.”>
§SRC gives the location of the image.
§URL can be a local file or a remote file.
§Browser knows how to work with standard formats like .jpg, .gif, .png.
§ALT=“message” shows a text message if the image isn’t viewable.
§See our syllabus.
•