HTML 5 <del> 标签
定义和用法
<dd> 标签定义文档中已删除的文本。
HTML 4.01 与 HTML 5 之间的差异
无。
提示和注释
提示:与 <ins> 一起使用,描述文档中的更新和修正。
例子
a dozen is <del>21</del> 12 pieces
属性
属性 | 值 | 描述 | 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 实例
- 删除和插入文本
- 此例演示如何标记文档中删除和插入的文本。