what is the usage of HTML5 figure with img

后端 未结 3 1214
离开以前
离开以前 2021-02-01 01:57

Is there any specific advantage/usage of using HTML5

over ?

I think

is useless without , isn\'
3条回答
  •  执念已碎
    2021-02-01 02:34

    The tag provides a container for content that is equivalent to a figure or diagram in a book. It can be used to group a caption with one or more images, a block of code or other content.

    In other words, enables us to work more freely, realistically with images, diagrams by enabling to group them & caption one or images with a single caption.

    Source: http://www.html-5.com/tags/figure-tag/index.html

提交回复
热议问题