This is normal text . This range of text is added. This part is normal
The code is here
This is normal text . <ins>This range of text is added</ins>. This part is normal
<style>
ins {
font-size: 20px;
color:green;
}
</style>
DEMO of INS with Style
CITE : A URI explaining the reasons for adding the range of text DATETIME : Date and time of insertion of the range of text.
This is normal part and <ins datetime="2017-11-16T21:52:03Z" cite="plus2net.com/html_tutorial/site_map.php">This text has been inserted</ins> , this part is normal again
Change in venue of our meeting, <del>instead of party hall</del> , now it is shifted to <ins>Game club at top floor</ins>.
| Tag | Display | Description | HTML5 Support |
| <ins> | underline font | Part of the text which is inserted | Yes |
| <STRIKE> | Strike-through font | Part of the text which is not accurate or not relevant | No |
| <S> | Strike-through font | Part of the text which is not accurate or not relevant | Yes |
Author & Instructor at plus2net
I write and maintain practical tutorials on Python, PHP, SQL, JavaScript, HTML, jQuery, and web development at plus2net. The tutorials focus on clear explanations, working examples, and code that readers can test and adapt while learning.