HTML <figure> Tag
Example
Use a <figure> element to mark up a photo in a document:
<figure>
<img src="img_pulpit.jpg" alt="The Pulpit Rock"width="304" height="228">
</figure>
<img src="img_pulpit.jpg" alt="The Pulpit Rock"width="304" height="228">
</figure>
Post a Comment