HTML 5 <article> 標簽
定義和用法
<article> 標簽定義獨立的內(nèi)容。
可能的 article 實例:
- 論壇帖子
- 報紙文章
- 博客條目
- 用戶評論
實例
<article>
<a href="http://www.apple.com">Safari 5 released</a><br /> 7 Jun 2010. Just after the announcement of the new iPhone 4 at WWDC, Apple announced the release of Safari 5 for Windows and Mac......</article>
HTML 4.01 與 HTML 5 之間的差異
<article> 標簽是 HTML 5 的新標簽。
提示和注釋:
注釋:<article> 標簽的內(nèi)容獨立于文檔的其余部分。
全局屬性
<article> 標簽支持 HTML 5 中的全局屬性。
事件屬性
<article> 標簽支持 HTML 5 中的事件屬性。