Just a few weeks until the 2021 JavaScript Full-Stack Bootcamp opens.
Signup to the waiting list!
Often used along with the img
tag is the figure
tag.
figure
is a semantic tag often used when you want to display an image with a caption. You use it like this:
<figure>
<img src="dog.png"
alt="A nice dog">
<figcaption>A nice dog</figcaption>
</figure>
The figcaption
tag wraps the caption text.
Download my free HTML Handbook
The 2021 JavaScript Full-Stack Bootcamp will start at the end of March 2021. Don't miss this opportunity, signup to the waiting list!
More html tutorials:
- An introduction to HTML
- The HTML `iframe` tag
- HTML forms
- The HTML `video` tag
- The HTML `audio` tag
- HTML tags for text
- HTML tables
- The HTML `img` tag
- The HTML `a` tag
- The HTML `picture` tag
- The HTML `figure` tag
- HTML container tags
- Accessibility on the Web
- How to create a comment in HTML
- How to change an HTML image URL in dark mode
- Responsive images using `srcset`
- Changing the favicon in dark mode