<article> 標簽是用來定義一些來自外部的內容。比如一些網友的投稿或是新聞記者的文章或是摘取某博客、論壇的信息,以及其他媒介資料。
用戶看到的內容並不是對應本網站的一個具體的頁面,<article>是可以嵌套使用的,內外層內容相關聯
示例代碼:
<Html>
<body>
<article>
<h5>Html5 項目</h5>
<p>Html5是用於修正現在Html的下一個網頁規范</p>
<p>Html5是萬維網結構方面的標准</p>
</article>
</body>
</Html>
<article> 標簽支持Html5中新的標准屬性。
class, contenteditable, contextmenu, dir, draggable, id, irrelevant, lang, ref, registrationmark, tabindex, template, title
<article> 標簽支持事件屬性。
onabort, onbeforeunload, onblur, onchange, onclick, oncontextmenu, ondblclick, ondrag, ondragend, ondragenter, ondragleave, ondragover, ondragstart, ondrop, onerror, onfocus, onkeydown, onkeypress, onkeyup, onload, onmessage, onmousedown, onmousemove, onmouseover, onmouSEOut, onmouseup, onmousewheel, onresize, onscroll, onselect, onsubmit, onunload