HTML 5 <ins> 标签
定义和用法
<ins> 标签定义文档的其余部分之外的插入文本。
HTML 4.01 与 HTML 5 之间的差异
没有。
例子
提示:请与 <del> 标签一起使用,来描述对文档的更新和修正。
属性
属性 | 值 | 描述 | 4 | 5 |
---|---|---|---|---|
cite | URL | 指向另一个文档的 URL,该文档解释文本插入的原因。 | 4 | 5 |
datetime | YYYYMMDD | 定义文本插入的日期和时间。 | 4 | 5 |
标准属性
class, contenteditable, contextmenu, dir, draggable, id, irrelevant, lang, ref, registrationmark, tabindex, template, title
如需完整的描述,请访问 HTML 5 中标准属性。
事件属性
onabort, onbeforeunload, onblur, onchange, onclick, oncontextmenu, ondblclick, ondrag, ondragend, ondragenter, ondragleave, ondragover, ondragstart, ondrop, onerror, onfocus, onkeydown, onkeypress, onkeyup, onload, onmessage, onmousedown, onmousemove, onmouseover, onmouseout, onmouseup, onmousewheel, onresize, onscroll, onselect, onsubmit, onunload
如需完整的描述,请访问 HTML 5 中事件属性。
TIY 实例
- 删除字效果和插入字效果
- 此例演示如何标示删除文本和插入文本。