Last Updated on April 26, 2023 by Roshan Parihar
HTML ins tag is the text formatting tag used to specify inserted text.
Syntax
1 |
<ins>Enter inserted text here..</ins> |
1 |
<p>This is an <ins>inserted</ins> text.</p> |
Output
This is an inserted text.
Resources and References of HTML ins tag
1. W3C Specification.
2. HTML living standard
3. W3C project using Github