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

❮ علامة HTML <del>

مثال

نص محذوف مع عنوان URL لمستند يشرح سبب حذف النص:

<p><del cite="del_demo_cite.htm">This text has been deleted</del></p>

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

تحدد السمة citeعنوان URL للمستند الذي يشرح سبب حذف النص.


دعم المتصفح

Attribute
cite Yes Yes Yes Yes Yes

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


بناء الجملة

<del cite="URL">

قيم السمات

Value Description
URL Specifies the address to the document that explains why the text was deleted.

Possible values:

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

❮ علامة HTML <del>