view source
What's the Difference Between Image and Figure Tags in HTML5?
Writing semantic code should be every web developer’s goal. With the addition of dozens of new HTML5 tags, it can suddenly be confusing as to which tags you should use, especially since you might have originally learned a different way. The difference between image and figure tags in HTML5 is quite simple. The first thing to understand is that they’re not interchangeable. Image tags are still absolutely necessary in HTML, the figure tag is really just a different way to organize your content.
Advertisement