HTML <q> استشهد بالسمة

❮ علامة HTML <q>

مثال

حدد عنوان URL المصدر لعرض الأسعار:

<p>WWF's goal is to:
<q cite="http://www.wwf.org">
Build a future where people live in harmony with nature.</q>
We hope they succeed.</p>

التعريف والاستخدام

تحدد السمة citeعنوان URL المصدر لعرض الأسعار.


دعم المتصفح

Attribute
cite Yes Yes Yes Yes Yes

ملاحظة: السمة citeليس لها تأثير مرئي في متصفحات الويب العادية ، ولكن يمكن استخدامها بواسطة برامج قراءة الشاشة.


بناء الجملة

<q cite="URL">

قيم السمات

Value Description
URL Specifies the source URL of the quote.

Possible values:

  • An absolute URL - points to another web site (like href="http://www.example.com/page.htm")
  • A relative URL - points to a file within a web site (like href="page.htm")

❮ علامة HTML <q>