+ 3

What is <figure> in HTML5

23rd Jan 2018, 10:20 PM
Nabyendu Barui
Nabyendu Barui - avatar
2 odpowiedzi
+ 24
The <figure> tag specifies self-contained content, like illustrations, diagrams, photos, code listings, etc. While the content of the <figure> element is related to the main flow, its position is independent of the main flow, and if removed it should not affect the flow of the document. https://www.w3schools.com/TAGS/tag_figure.asp https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figure
23rd Jan 2018, 10:27 PM
NezhnyjVampir
+ 11
https://www.w3schools.com/tags/tag_figure.asp
23rd Jan 2018, 10:28 PM
Vukan
Vukan - avatar