5.5 Images
Images can hold links -- both to on-page anchor links or to other Web pages or objects.
There are a variety of ways to add the code for an image to a Web page, as we reviewed last week. To recap, we can drag an image from the Dreamweaver Site Panel (explorer); use the Insert Bar; use the Insert Menu. Image types that are supported by browsers include .gif, .jpg, and .png. Example code (attributes presented on separate lines for discussion - code would be one line)
<img
src="../images/header_green.png" width="849" height="27" alt="Dreamweaver Tutorials" title="Return to Dreamweaver Overview" border="0"> |
exercise
|