Home > Article > Web Front-end > Implementation of new tags using HTML5 in old browsers such as IE6 series_html5 tutorial tips
HTML5 provides developers with many new tags, such as section, nav, article, header and footer, etc. These tags are highly semantic and will be used frequently, but in old-fashioned tags such as IE6, IE7, IE8 and Firefox 2 It cannot be recognized and used normally in the browser.
Why don’t older browsers recognize these tags?
In fact, the fault is not with the browser, because such tags did not exist at that time, so they could not be recognized correctly, and this unusual tag recognition made the DOM structure abnormal.
We have the test code as follows. It is an article title and article content in blue words, in which the article content uses the article tag.