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

❮ علامة HTML <ins>

مثال

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

<p>This is a text.
<ins cite="why_inserted.htm">This is an inserted text.</ins></p>

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

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


دعم المتصفح

Attribute
cite Yes Yes Yes Yes Yes

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


بناء الجملة

<ins cite="URL">

قيم السمات

Value Description
URL Specifies the address to the document that explains why the text was inserted/changed.

Possible values:

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

❮ علامة HTML <ins>