The ins element represents a range of text that has been inserted (added) into a document.
Overview TableBesides the global attributes the following attributes are supported:
This example uses the ins element to specify text inserted into a document.
<p>This text existed in the document when it
was written. <ins datetime="1997-10-01T12:15:30-05:00">This
text was inserted on 1 October 1997 at 12:15pm in
the Eastern time zone.</ins></p>
This example uses ins and del elements to explain changes in a document
<p>I <del>am</del><ins>was</ins> on vacation in <del>France</del><ins>Italy</ins>.</p>
<p>
<del>It is supposed to be sunny and hot.</del>
<ins>It rained in France so we decided to go to Italy instead.</ins>
</p>
Usage
The default behavior of the ins element is as a phrasing-level element, but it can be wrapped around any element within the body.
Notes
The default browser display of ins is underlined.
If you want to underline text, but it is not an insertion, you should use the CSS rule text-decoration: underline on the appropriate element enclosing the text.
If you are looking to emphasize a word or phrase, the em element would be a better choice.
For Internet Explorer 8 and later the value of the cite attribute depends on the current document compatibility mode.
Related specificationsins
ins
Microsoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4