Current Assignment(s)
A4: Multimedia
Due 11:55PM Monday, 10.29
Due 11:55PM Monday, 10.29
1. The <img> Tag
Element Breakdown
<img src="#" alt="" title="" width="" height="" />
As with the break (<br />
) and horizontal ruler (<hr />
) elements, the image element is an empty element that only requires a single tag. This tag is the image tag, <img />
.
As with hyperlinks, this element is reliant on attributes within the tag to allow it to be useful. Visit the next pages to learn these attributes.
html
- Previous
- Next