Current Assignment(s)
A4: Multimedia
Due 11:55PM Monday, 10.29
Due 11:55PM Monday, 10.29
Review: The Image Element
A full image element is a combination of resource location, alternative text, title, width, and height:
HTML
<img src="#" alt="" title="" width="" height="" />
<!-- For example... -->
<img src="./images/dogs-in-field.jpeg" alt="An image of dogs laying in a field while the sun sets" title="Dogs in a Sunlit Field" width="1000" height="500" />
Note Hover your cursor over the image to see the title=""
value!
html
- Previous
- Next