HTML <ins> cite Attributo

❮ Tag HTML <ins>

Esempio

Un testo inserito, con un URL a un documento che spiega perché il testo è stato inserito:

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

Definizione e utilizzo

L' citeattributo specifica un URL a un documento che spiega il motivo per cui il testo è stato inserito/modificato.


Supporto del browser

Attribute
cite Yes Yes Yes Yes Yes

Nota: l' citeattributo non ha alcun effetto visivo nei normali browser Web, ma può essere utilizzato dagli screen reader.


Sintassi

<ins cite="URL">

Valori di attributo

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 HTML <ins>