Home >
Article > Web Front-end > HTML
HTML 23c3de37f2f9ebcb477c4a90aac6fffd Tags
##Internet Explorer 9, Firefox, Opera, Chrome and Safari supported58640ab86dd4187a18ac9c5a7fc69461 tag.
Note: Internet Explorer 8 and earlier versions do not support the 23c3de37f2f9ebcb477c4a90aac6fffd tag.
# 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 the23c3de37f2f9ebcb477c4a90aac6fffd element:
Forum PostNewspaper ArticleBlog EntryUser CommentsDifferences between HTML 4.01 and HTML 5
23c3de37f2f9ebcb477c4a90aac6fffd tag is a new tag in 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