- | div | section | article |
---|---|---|---|
요소 | 아무 관계 없는 그저 내용을 묶기 위하여 사용 | 서로 관계있는 문서를 분리 하는 역할, 주로 문서를 다른 주제로 구분 짓기 위해 사용. | 독립적이고, 홀로 설 수 있는 내용. |
---- | ![]() | ![]() | |
:---- | ---- | ![]() | ![]() |
<section id="main">
<article>
<!-- first blog post -->
</article>
<article>
<!-- second blog post -->
</article>
<article>
<!-- third blog post -->
</article>
</section>
<article>
<section id="introduction">
</section>
<section id="content">
</section>
<section id="summary">
</section>
</article>