Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed (UPI) Chapter 5: Image Manipulation in HTML!

Instruction

Using \<figure\> and \<figcaption\> Elements in HTML

The HTML &lt;figure&gt; and &lt;figcaption&gt; elements allow for the grouping of media content, such as images or tables, with descriptive captions. This pairing improves the semantic structure of the page, making it clear that a particular media item and caption are related. Let’s walk through the HTML structure, CSS styling, and expected output of using &lt;figure&gt; and &lt;figcaption&gt;.

**HTML Struc...