The Figure Element
The Figure Element
In HTML 5
<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
Reviewed by Bhaumik Patel
on
7:17 AM
Rating: