HTML5で新しく定義された「section要素」

<h1>test</h1>
<p>タイトル</p>
<section> 
 <h2>タイトル</h2>
 <p>テキストテキスト</p>
 <section> 
  <h3>タイトル</h3>
  <p>テキストテキスト</p>
 </section>
 <section>
  <h3>タイトル</h3>
  <p>テキストテキスト</p>
 </section>
</section>

各セクションごとに見出し要素を作ることで章や節を表せています。

admin

cl0606

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です