Skip to main content

Practice Ā· 2 of 3

A Figure with Its Caption

When an image needs a visible caption, wrap it in a figure element and use figcaption. Build one: the figure contains an img (/images/market.jpg, alt A crowded farmers market on a Saturday morning) and a figcaption reading Saturday, 7 a.m. Rules: - img and figcaption both live inside the figure. - The caption is visible text, not alt text.

Difficulty: beginner

Back to lesson: Practice: Images That Work for Everyone