แท็ก section
แท็ก section กำหนดส่วนของเอกสาร
ที่รวบรวมบล็อกอื่นๆ เข้าด้วยกัน
ตัวอย่าง
มาใช้แท็ก section จัดกลุ่ม
บล็อกของหน้าต่างๆ กัน:
<section>
<div id="elem1">
<p>text</p>
<p>text</p>
<p>text</p>
</div>
<div id="elem2">
<p>text</p>
<p>text</p>
<p>text</p>
</div>
</section>
: