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>
: