ins tag
<Ins> (Insert Tag)
Explanation
Ins tag is used to insert a new text/word in a content.
By default, browser underlines the newly inserted word.
Element Specific attributes supported by this tag are:
| Value | Description |
| cite | Indicates the URL of the document. It defines the reason for embedding a text. |
| datetime | Mentions the date and time when the text has been embedded. |
Example Code:
Result :
The current capital of Maharashtra is Bombay Mumbai
- Viewers can easily identify the inserted word by seeing the underlined texts.
- It can be used with <del>.
- It is one among the editing elements in HTMl5.
It is available in previous versions of HTML5.
It supports both
Global Attributes and
Event Attributes in HTML5.
Limitations:
It will function in all the browsers.