Post with Figure
This is a post that uses a figure
. It stacks these images and places a nice little caption below if you fill out figcaption
.
Single Image Figure
1
2
3
4
<figure>
<img src="/img/img-1.png">
<figcaption>Caption describing this image.</figcaption>
</figure>