HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML ins Tag

HTML ins Tag

 

 

The ins tag defines a text that has been inserted into a document. It is displayed by an underline.

 

Attribute Explanation:-

 

Attribute Value Description
cite URL Specifies URL to document that explains reason why text was changed/inserted.
datetime YYYY-MM-DDThh:mm:ssTZD Specifies date and time when text was changed/inserted.

 

Syntax:-

 

Its syntax is:- < ins >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML