<body>
<div class="container">
<header>

HTML5 시멘틱 마크업(h1)

</header>
<div class="body">
<main>
<article>

본문 콘텐츠(h2)

<section>

명시적 섹션(h3)

...

암시적 섹션(h4)

...

암시적 섹션(h5)

...

암시적 섹션(h6)

...

</section>
<section>

암시적 섹션(h3)

...

암시적 섹션(h4)

...

암시적 섹션(h5)

...

암시적 섹션(h1)

...

</section>
<section>

명시적 섹션(h3)

<figure>

세셔닝 루트(h1)

<figcaption>모터사이클 주행중인 정찬명.</figcaption>
</figure>
</section>
</article>
</main>
</div>
</div>
</body>

Document outline.

  1. HTML5 시멘틱 마크업(h1)
    1. 글로벌 메뉴(h2)
    2. 본문 콘텐츠(h2)
      1. 명시적 섹션(h3)
        1. 암시적 섹션(h4)
          1. 암시적 섹션(h5)
            1. 암시적 섹션(h6)
      2. 암시적 섹션(h3)
        1. 암시적 섹션(h4)
          1. 암시적 섹션(h5)
      3. 암시적 섹션(h1)
      4. 명시적 섹션(h3)
    3. 로컬 메뉴(h2)
    4. 사이드바(h2)