HTML リファレンス
すべての HTML 要素と属性に関する無料ガイド。
<hgroup>
<h1>HTML Reference</h1>
<h2>A free guide to all HTML elements and attributes.</h2>
</hgroup>
新着!私の44ページの電子書籍「CSS in 44 minutes」が発売されました! 😃
セクションの見出しを定義します。 <h1>
<h2>
<h3>
<h4>
<h5>
<h6>
の見出しレベルのみを含めることができます。
例: コピー
<hgroup>
<h1>HTML Reference</h1>
<h2>A free guide to all HTML elements and attributes.</h2>
</hgroup>