موضوع

تگ < section > :

ااز تگ < section > برای تعیین یک بخش یا قسمت مجزا در یک سند وب استفاده می شود . برای مثال می توان به یک بخش متن ، یک عنوان خبری و .... اشاره کرد .

Example
کد <section>
     <h1>HTML 4</h1>
     <p>The old version of web desinging language .</p>
</section>

<section>
     <h1>HTML 5</h1>
     <p>The New & more intersting version of web desinging language .</p>
</section>
خروجی

HTML 4

The old version of web desinging language .

HTML 5

The New & more intersting version of web desinging language .

 

Copyright 2014. All rights reserved.