Latest web development tutorials

HTML <ins> tag

Examples

With some parts of the text and insert a new section has been deleted:

<p>My favorite color is <del>blue</del> <ins>red</ins>!</p>

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers support <ins> tag.


Tag definitions and instructions

<Ins> tag definitions have been inserted into the document text.


Tips and Notes

Tip: You can also check mark deleted text <del> tag.

Tip: <del> and <ins> used with description document updates and fixes.Browsers usually add a strikethrough in the text have been deleted in the new text is inserted to add an underscore.


Differences between HTML 4.01 and HTML5

no.


Attributes

属性 描述
cite URL 规定一个文档的 URL,该文档解释了文本被插入的原因。
datetime YYYY-MM-DDThh:mm:ssTZD 规定文本被插入的日期和时间。


Global Properties

<ins> tag supports HTML global properties .


Event Properties

<ins> tag supports HTML event properties .