HTML <ins> tag

You are Here:

HTML <ins> tag

The <ins> tag specifies a range of text that has been added to a document.

Tips: You can use the <del> element to specify a range of text that has been deleted from the document.

Browsers usually underline inserted text and strike a line through deleted text.

Example

HTML Online Editor
<!DOCTYPE html> <html> <body> <p>I Like <del>red</del> <ins>blue</ins></p> </body> </html>

Attributes

The following are the attributes of <ins> tag. Also try Global attributes.

AttributeValueExplanation
citeURLSpecifies a URL to a document that explains the reason why the text was changed/inserted.
datetimeYYYY-MM-DDThh:mm:ssTZDSpecifies the date and time when the text was changed/inserted.

Reminder

Hi Developers, we almost covered 99.5% of HTML Tutorials with examples for quick and easy learning.

We are working to cover every Single Concept in HTML.

Please do google search for:

Join Our Channel

Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.

This channel is primarily useful for Full Stack Web Developer.

Share this Page

Meet the Author