HTML <del> citovat Atribut

❮ HTML tag <del>

Příklad

Smazaný text s adresou URL dokumentu, která vysvětluje, proč byl text smazán:

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

Definice a použití

Atribut citeurčuje adresu URL dokumentu, která vysvětluje důvod, proč byl text odstraněn.


Podpora prohlížeče

Attribute
cite Yes Yes Yes Yes Yes

Poznámka: Atribut citenemá v běžných webových prohlížečích žádný vizuální efekt, ale mohou jej používat programy pro čtení z obrazovky.


Syntax

<del cite="URL">

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

❮ HTML tag <del>