INS Tag in HTML || HTML INS Tag
×

HTML INS <ins> Tag

2802

HTML <ins> tag is used to describe the new text that would be inserted in an HTML document. You can change its style using CSS property because browsers will strike-through the deleted text and underline the inserted text.

The <ins> tag is more useful when it is used with the <del> tag. <del> tag represents the part of the text that has been deleted and <ins> represents the part of the text that has been inserted into the HTML document.

Program:

<!DOCTYPE html>
<html>
<head>
<title>HTML ins Tag</title>
</head>
<body>
<h2>Example of ins tag</h2>
<p>
This is <del> delete text </del> and this is <ins>insert new text</ins>
</p>
</body>
</html>

Output:




Best WordPress Hosting


Share:


Discount Coupons

Get a .COM for just $6.98

Secure Domain for a Mini Price



Leave a Reply


Comments
    Waiting for your comments