القائمة الرئيسية

الصفحات

HTML aside وسم

HTML aside Tag – يحدد الوسم <aside> قسمًا من صفحة الويب يتضمن محتوى مرتبطًا بشكل عرضي بالمحتوى المحيط به.


HTML aside Tag

يحدد الوسم <aside> قسمًا من الصفحة يتكون من محتوى مرتبط بشكل عرضي بالمحتوى حول العنصر aside، والذي يمكن اعتباره منفصلاً عن هذا المحتوى.

يمكن استخدام العنصر لـ:

  • الأشرطة الجانبية
  • الإعلان
  • مجموعات عناصر التنقل
  • المحتوى الآخر الذي يعتبر منفصلاً عن المحتوى الرئيسي للصفحة.
غالبًا ما يتم وضع محتوى <aside> كشريط جانبي في المستند.

مثال

<aside>
	<h2>Egypt</h2>
	<p>Egypt or is an Arab country located in the northeastern corner of Africa, 
    where a peninsula is located within the continent of Asia, 
    as it is a transcontinental country, 
    with a population of 104 million, 
    ranked thirteenth among the world's population and the most populated Arab countries.
	</p>
	</aside>

مثال أخر

يوضح المثال التالى، كيف يمكن استخدام عنصر aside في قوائم المدونات والمحتويات الجانبية الأخرى في مدونة:

<aside>
	<nav>
	<h2>HTML Tags</h1>
	<ul>
    <li><a href="https://www.albashmoparmeg.com/html-comment-tag/">HTML Comment Tag</a></li>
    <li><a href="https://www.albashmoparmeg.com/html-a-tag/">HTML a Tag</a></li>
    <li><a href="https://www.albashmoparmeg.com/html-abbr-tag/">HTML abbr Tag</a></li>
    <li><a href="https://www.albashmoparmeg.com/html-acronym-tag/">HTML acronym Tag</a></li>
    <li><a href="https://www.albashmoparmeg.com/html-address-tag/">HTML address Tag</a></li>
    <li><a href="https://www.albashmoparmeg.com/html-applet-tag/">HTML applet Tag</a></li>
    <li><a href="https://www.albashmoparmeg.com/html-area-tag/">HTML area Tag</a></li>
	</ul>
	</nav>
	</aside>

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

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


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

 

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


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

المتصفحfirefox - الباشمبرمجCHROME - الباشمبرمجIE - الباشمبرمجsafari - الباشمبرمجopera - الباشمبرمج
من بداية الإصدار4.06.09.05.011.1