ট্যাগ 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>
: