‎‎تگ بخشHTML <section> Tag -‎

Previous >    <Next  

‎‎مثال ـ تعريف دو بخش در سندHTML

<section>
<h2>WWF History</h2>
<p>The World Wide Fund for Nature (WWF) is an international organization working on issues regarding the conservation, research and restoration of the environment, formerly named the World Wildlife Fund. WWF was founded in 1961.</p>
</section>

<section>
<h2>WWF's Symbol</h2>
<p>The Panda has become the symbol of WWF. The well-known panda logo of WWF originated from a panda named Chi Chi that was transferred from the Beijing Zoo to the London Zoo in the same year of the establishment of WWF.</p>
</section> 

--(go to editor for change code and run)

‎‎تعريف وكاربردDefinition and Usage -‎

‎‎تگ‎<section>‎ يك بخش را در يك سند تعريف ميكند .

‎‎پشتيباني مرورگرBrowser Support -‎

‎‎اعداد در جدول نشان دهنده اولين نسخه مرورگراست كه ازتگ فوق بطور كامل پستيباني ميكند.

‎Element‎ Chorome Edge Firefox Safari Opera
‎‎<section>‎‎ ‎‎5.0‎ ‎‎9.0‎ ‎‎4.0‎ ‎‎5.0‎ ‎‎11.5‎

‎‎ويژگي هاي جهانيGlobal Attributes -‎

‎‎تگ‎<section>‎ از ويژگي هاي جهانيHTML پيروي ميكند.

‎‎ويژگي هاي رويداديEvent Attributes -‎

‎‎تگ فوق همچنين از ويژگي هاي رويدادي پيروي ميكند.

‎‎تنظيمات پيش فرضDefault CSS Settings -‎

‎‎اغلب مرورگرها نمايش عنصر‎<ection>‎ مطابق تنظيمات پيش فرضي زيرانجام ميدهند.

section {
  display: block;
}

--(go to editor for change code and run)

‎مرجع كامل تگهايHTML
‎مرجع كامل ويژگيهايHTML


Previous >    <Next