HTML <ins> cite attribute
Definition and Usage
cite
The attribute specifies the URL of the document that explains the reason for inserting/altering the text.
Example
A piece of inserted text with a URL pointing to a document that explains why this text was inserted:
<p>This is a paragraph of text.<ins cite="why_inserted.htm">This is inserted text.</ins></p>
Syntax
<ins cite="URL">
Attribute Value
Value | Description |
---|---|
URL |
Specifies the address of the document that explains the reason for inserting/altering the text. Possible Values:
|
Browser Support
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
Support | Support | Support | Support | Support |
Note:cite
Properties have no visual effect in normal web browsers but can be used by screen readers.