Nuacht

How to Post a Caption Under an Image in HTML. The HTML Web programming language doesn't offer a specific tag for adding a caption to an image. While it has a tag, it's for adding a label to a ...
What to Know Place a figure tag around the image. Within that, add your caption in the figcaption tag. Optionally, add some CSS to spruce up the caption with its own background and colors.