<figure> Tag Examples

Examples of the figure tag in HTML 5
HTML <figure> with a caption
(see <figure> tag demo above)
<div style="text-align: center; margin: 1em">
   <figure>
      <img src="http://www.HTML-5.com/images/html-figure-with-figcaption.png"
         alt="figure pointing to figcaption below"
         style="border: 3px outset gray"
      /><br/>
      <figcaption>Example of HTML &lt;figure&gt; with &lt;figcaption&gt;</figcaption>
   </figure>
</div>