HTML
Internet Explorer 9, Firefox, Opera, Chrome 以及Safari 支援< article> 標籤。
附註:Internet Explorer 8 以及更早的版本不支援
定義與用法 ( 建議學習:html教學 )
一篇文章應有其自身的意義,應該有可能獨立於網站的其餘部分對其進行分發。
#論壇貼文
報紙文章
部落格文章
#使用者評論
HTML 4.01 與HTML 5 之間的差異
實例
<!DOCTYPE html> <html> <body> <article> <h1>Internet Explorer 9</h1> <p>Windows Internet Explorer 9(简称 IE9)于 2011 年 3 月 14 日发布.....</p> </article> </body> </html>
以上是HTML的