HTML <figure> element



<figure> is a new HTML5 element. It annotates videos, illustrations, pictures ...

<figure>
<figcaption>US Time Zone Map</figcaption>
<img src="pic/us.png" width=400 height=300></img>
</figure>

US Time Zone Map