Html insert tag: It makes the selected texts as inserted texts.
Syntax of Html insert tag
<ins>text.</ins>
Html insert tag
Example
<title>Title</title> <p>Inserted Tag : This paragraph contains the <ins> demo </ins> texts.</p> |
Output :
Html insert tag: It makes the selected texts as inserted texts.
<ins>text.</ins>
<title>Title</title> <p>Inserted Tag : This paragraph contains the <ins> demo </ins> texts.</p> |
Output :