WE BELIEVE IN QUALITY SERVICE

<figure> Tag

The <figure> is used to designate an area of self-contained content such as illustrations, diagrams, photos, code listings, etc. It is referenced as a single unit.

Example:

<figure>
<img src="images/html.jpg" alt="This is an HTML image." width="300" height="200">
</figure>

Run Example

Browser Support

Tag Firefox Chrome IE Opera Safari
<figure> 4.0 6.0 9.0 11.1 5.0