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>