HTML 5 <article> 標簽
定義和用法
<article> 標簽定義外部的內(nèi)容。
外部內(nèi)容可以是來自一個外部的新聞提供者的一篇新的文章,或者來自 blog 的文本,或者是來自論壇的文本。亦或是來自其他外部源內(nèi)容。
實例
<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 中的事件屬性。