The figcaption element
article aside details figcaption figure footer header main mark nav section summary time
HTML5 Semantic
<html> <body> <figure> <img src="images/henryviii.jpg"> </figure> <figure> <img src="images/henryviii.jpg"> <figcaption>Figure 1. Henry VIII</figcaption> </figure> </body> </html>
The figcaption element adds a caption to a figure element.
A live example:
For additional examples of figcaption: See: image img audio
N of
Ads by Google
© Richard McGrath