1<!-- Just an image -->
2<figure>
3 <img
4 src="https://developer.mozilla.org/static/img/favicon144.png"
5 alt="The beautiful MDN logo.">
6</figure>
7
8<!-- Image with a caption -->
9<figure>
10 <img
11 src="https://developer.mozilla.org/static/img/favicon144.png"
12 alt="The beautiful MDN logo.">
13 <figcaption>MDN Logo</figcaption>
14</figure>
15