Figures in the Page
Let's study the semantics of figures and how to add them in our HTML page.
We'll cover the following...
In the previous Chapter, you have already met with images and the usage of <img>
tag. You may ask yourself, why does HTML5 have another tag for figures?
The reason behind this fact is that figures have another semantic than images. A figure is a self-contained content that is related to the main flow of a ...