HTML <ins> citovat atribut

❮ HTML tag <ins>

Příklad

Vložený text s adresou URL dokumentu, která vysvětluje, proč byl text vložen:

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

Definice a použití

Atribut citeurčuje adresu URL dokumentu, která vysvětluje důvod, proč byl text vložen/změně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

<ins cite="URL">

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

❮ HTML tag <ins>