HTML5 <article> タグ
例
<article>
<h3>Netscape is dead</h3>
<p><a href="http://blog.netscape.com/2007/12/28/end-of-support-for-netscape-web-browsers">End
of support for Netscape web browsers</a>. AOL has a long history on the
internet, being one of the first companies to really get people online.
Throughout its lifetime, it has been involved with a number of high profile
acquisitions, perhaps the largest of which was the 1999 acquisition of the
Netscape Communications Corporation. Netscape was known to many as the
thought leader in web browsing, and had developed a number of complementary
pieces of software that allowed for a rich suite of internet tools.</p>
</article>
Try it yourself »
ブラウザ・サポート

<article> タグは、主要な全ブラウザがサポートしています。
定義と用法
<article> タグは、独立していて自己完結型の内容を指定します。
記事は、それ自身で意味をもっており、サイトの他の部分から独立して配布することが可能でなければなりません。
可能な記事の例:
- フォーラムへの投稿
- 新聞記事
- ブログ・エントリ
- ユーザ・コメント
HTML 4.01 と HTML5 との相違点
<article> タグは、HTML5 で新たに追加されました。
グローバル属性
<article> タグは、HTML5におけるグローバル属性 もサポートします。
イベント属性
<article> タグは、HTML5におけるイベント属性 もサポートします。
|