Images
Responsive image
Section titled “Responsive image”Images are responsive by default:
<img src="image.jpg" alt="Description" />Figure with caption
Section titled “Figure with caption”<figure>
<img src="image.jpg" alt="Description" />
<figcaption>
This is a figure caption
</figcaption>
</figure>