The Figure Element

The Figure Element

<img src="image/path" alt="About image" />
<p>Image of earth. </p>


In HTML 5
<figure>
 <img src="image/path" alt="About image" />
 <figcaption>
  <p>This is an image of something interesting. </p>
 </figcaption>
</figure>


The Figure Element The Figure Element Reviewed by Bhaumik Patel on 7:17 AM Rating: 5