الكورس

Advertisements

HTML section Tag


HTML section Tag – يحدد الوسم <section> قسمًا في المستند.


 

HTML section Tag

 

مثال للتوضيح

إنشاء بعض الأقسام بإستخدام وسم <section>:

HTML

Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser.

CSS

Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language such as HTML.

JavaScript

JavaScript is a programming language that conforms to the ECMAScript specification.

<section>
  <h2>HTML</h2>
  <p>Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser.</p>
</section>

<section>
  <h2>CSS</h2>
  <p>Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language such as HTML.</p>
</section>

<section>
  <h2>JavaScript</h2>
  <p>JavaScript is a programming language that conforms to the ECMAScript specification.</p>
</section>

HTML

Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser.

CSS

Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language such as HTML.

JavaScript

JavaScript is a programming language that conforms to the ECMAScript specification.


Advertisements

 

السمات العامة – Global Attributes

 

الوسم <section> يدعم السمات العامة، تعرف عليهم عن طريق هذا الرابط: السمات العامة – Global Attributes.

 


 

سمات الحدث – Event Attributes

 

كما يدعم الوسم <section> سمات الحدث أيضًا، تعرف عليهم عن طريق هذا الرابط: سمات الحدثEvent Attributes.

 


 

إقرأ أيضًا – HTML <section> Tag

 

الوسوم المتعلقة: <header> – <nav> – <aside> – <article> – <footer>.

 


 

دعم المتصفحات

 

firefox - الباشمبرمجCHROME - الباشمبرمجIE - الباشمبرمجsafari - الباشمبرمجopera - الباشمبرمج
4.05.09.05.011.5


الإبلاغ عن خطأ

×

إذا وجد خطأ وتريد الإبلاغ عن هذا الخطأ، أو إذا كنت تريد تقديم اقتراح على شىء معين، فلا تتردد في إرسال بريد إلكتروني إلينا:

info@albashmoparmeg.com

شكرًا لك على مساعدتك لنا!

Advertisements