HTML
##Internet Explorer 9, Firefox, Opera, Chrome and Safari supported< article> tag.
Note: Internet Explorer 8 and earlier versions do not support the
# Definition and usage (Recommended learning: html tutorial )
# & lt; Article & GT label specifies independent self -containing content. An article should have its own meaning and it should be possible to distribute it independently of the rest of the site. Potential sources for theDifferences between HTML 4.01 and HTML 5
Example
<!DOCTYPE html> <html> <body> <article> <h1>Internet Explorer 9</h1> <p>Windows Internet Explorer 9(简称 IE9)于 2011 年 3 月 14 日发布.....</p> </article> </body> </html>
The above is the detailed content of HTML