We can use the figure tag to markup images. Also, the figcaption tag can be used for adding captions.
This application uses new HTML5 tags.
We can use the figure tag to markup images. Also, the figcaption tag can be used for adding captions.
One way to display content is with the details tag.
The other content within the details tag is hidden until the user expands it. You can style this content in any way, and include other tags.
A new progress tag has been implemented. This can be used to show the progress of a task.
There is also a new meter tag. This tag can be used for gauges or meters, where a value within a known range needs to be displayed.