InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between tag and tag? |
|
Answer» The <figure> TAG specifies the self-contained content, LIKE diagrams, images, code snippets, etc. <figure> tag is used to SEMANTICALLY organize the contents of an image like image, image caption, etc., whereas the <img> tag is used to embed the picture in the HTML5 document. |
|