HTML <ins> mengutip Atribut

tag <ins> HTML

Contoh

Teks yang disisipkan, dengan URL ke dokumen yang menjelaskan mengapa teks disisipkan:

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

Definisi dan Penggunaan

Atribut citemenentukan URL ke dokumen yang menjelaskan alasan mengapa teks dimasukkan/diubah.


Dukungan Peramban

Attribute
cite Yes Yes Yes Yes Yes

Catatan: Atribut citetidak memiliki efek visual di browser web biasa, tetapi dapat digunakan oleh pembaca layar.


Sintaksis

<ins cite="URL">

Nilai Atribut

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")

tag <ins> HTML