"Reprint please retain the integrity of the content of the Wind network article, if you do not comply with this principle, we will retain the right to pursue legal responsibility"
<ins> Label
Definitions and usage
The <ins> label defines inserted text outside the rest of the document.
Differences between HTML 4.01 and HTML 5
No.
Example
Wind Network (www.ithov.com) Tip: Please use with <del> tag to describe the update and revision of the document.
Property
The
property value describes the 4 5 cite URL to the URL of another document that explains why the text was inserted. 4 5 datetime YYYYMMDD defines the date and time that text is inserted. 4 5
Standard properties
Class, Contenteditable, ContextMenu, dir, draggable, id, irrelevant, lang, ref, Registrationmark, TabIndex, template, For a complete description of the title, visit the standard properties in HTML 5.
Event Properties
Onabort, onbeforeunload, onblur, onchange, onclick, OnContextMenu, ondblclick, Ondrag, Ondragend, OnDragEnter, Ondraghttp://www.aliyun.com/zixun/aggregation/29841.html ">leave, OnDragOver, ondragstart, OnDrop, OnError, onfocus, onkeydown, onkeypress, onkeyup, onload, OnMessage, onmousedown, onmousemove, onmouseover, onmouseout, onmouseup , OnMouseWheel, OnResize, Onscroll, Onselect, onsubmit, onunload for a complete description, please visit the event properties in HTML 5.
Tiy instance
Delete Word effects and insert word effects
<html>
<body>
<p> a dozen <del> 20 </del> <ins> 12 </ins> pieces. </p>
<p> most browsers will be rewritten to delete text and underline text. </p>
<p> Wind Network (www.ithov.com) reminder: Some older browsers display deleted text and underlined text as plain text. </p>
</body>
</html>
This example shows how to mark the deletion of text and the insertion of text.