An inserted text, with a URL to a document that explains why the text was inserted.
The cite
attribute specifies a URL to a document that explains the reason why the text was inserted/changed.
Note: The cite
attribute has no visual effect in ordinary web browsers, but can be used by screen readers.
<ins cite="URL">
Value | Description |
---|---|
URL | Specifies the address to the document that explains why the text was inserted/changed.
Possible values:
|
Example:
HTML
<p>This is a text.
<ins cite="why_inserted.htm">This is an inserted text.</ins></p>
How to Use CSS to style <del> and <ins> | HTML Tag |
How to set Default CSS Settings for HTML <ins> Tag | HTML Tag |
How to add HTML <ins> cite Attribute | HTML Tag |
How to add HTML <ins> datetime Attribute | HTML Tag |
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |