HTML <del> mengutip Atribut

tag <del> HTML

Contoh

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

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

Definisi dan Penggunaan

Atribut citemenentukan URL ke dokumen yang menjelaskan alasan mengapa teks dihapus.


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

<del cite="URL">

Nilai Atribut

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

tag <del> HTML