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

الصفحات

HTML blockquote الوسم


HTML blockquote Tag – يحدد الوسم <blockquote> نص مٌقتبس من مصدر آخر.


HTML blockquote Tag

عادةً ما تقوم المتصفحات بوضع مسافة بادئة لعناصر <blockquote>.

مثال

<blockquote>
	Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, 
	and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
	</blockquote>
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
يمكنك استخدم وسم <q> للاقتباسات القصيرة، بدلًا من وسم <blockquote> المخصص للاقتباسات الطويلة.

يمكنك إعطاء عنوان URL لمصدر الاقتباس باستخدام سمة cite، كالتالى:

<blockquote cite="https://dzone.com/articles/best-programming-jokes-amp-quotes" class="text-left">
	Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, 
	and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
	</blockquote>
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

 

السمات المحددة – Specific Attributes

يدعم الوسم <blockquote> هذه السمة:

السمةالقيمةالوصف
citeURLيحدد مصدر الاقتباس.

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

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

 


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

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

 


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

 

firefox - الباشمبرمجCHROME - الباشمبرمجIE - الباشمبرمجsafari - الباشمبرمجopera - الباشمبرمج
مدعوممدعوممدعوممدعوممدعوم