xxxxxxxxxx
<html>
<body>
<h1>Basic figcaption element example</h1>
<figure>
<img
width="400"
height="225"
src="https://res.cloudinary.com/thewebmaster/image/upload/image/moon-earth.png"
alt="Moon and Earth"
/>
<figcaption>The Moon and Earth in Space</figcaption>
</figure>
</body>
</html>