How to use figure tag


<figure>

All Tags not showing in online page, but show on view source.

<figure>
  <img src="images/butterfly.jpg" alt="The yellow Butterfly">
</figure>

Code show like this:

The yellow Butterfly

Browser Support

The <figure> tag is not supported in Internet Explorer 9, Firefox, Opera, Chrome, and Safari.

What is figure tag

figure tag is used to insert figure in html.

Difference in HTML5

The figure tag is new in HTML5.

Leave a Reply

Your email address will not be published. Required fields are marked *