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