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>

Try it »

Output :

html insert tag example

html insert tag


Advertisements

Add Comment

📖 Read More