The <ins> tag defines text that has been inserted into a document. The <ins> tag is supported in all major browsers. Markup of inserted text can be useful in determining differences between multiple versions of the same document. Browsers will normally underline inserted text and strike a line through deleted text. Syntax <ins cite=" Changelog-URL" DateTime="YYYY-MM-DDThh:mm:ss+zz:00"> </ins> AttributesHTML tags can contain one or more attributes. Attributes are added to a tag to provide the browser with more information about how the tag should appear or behave. Attributes consist of a name and a value separated by an equals (=) sign, with the value surrounded by double quotes. There are 3 kinds of attributes that you can add to your HTML tags: Element-specific, global, and event handler content attributes. The attributes that you can add to this tag are listed below. Element-Specific AttributesThe following table shows the attributes that are specific to this tag/element.
HTML5 Global Attributes
<!DOCTYPE html>
<html>
<head>
<title>Title of Document</title>
</head>
<body>
<%--Ins tag example--%>
<p> This is the <ins>example</ins>of the Ins tag here</p>
<%--Del tag with Ins tag example--%>
<p>My favorite color is <del>blue</del> <ins>red</ins>!</p>
</body>
</html>
Internet Explorer
Fire Fox
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: