<del> - HTML(超文本标记语言) 编辑
HTML的<del>
标签表示一些被从文档中删除的文字内容。比如可以在需要显示修改记录或者源代码差异的情况使用这个标签。<ins>
标签的作用恰恰于此相反:表示文档中添加的内容。
这个标签通常(但不一定要)在文字上显示删除线。
内容分类 | 短语元素 或者 流式元素 。 |
---|---|
允许的内容 | 透明内容模型 |
标签省略 | 不允许,开始标签和结束标签都不能省略。 |
允许的父元素 | 任意短语元素 |
允许的 ARIA 角色 | 任意 |
DOM 接口 | HTMLModElement |
属性
这个标签包含全局属性。
cite
- 提供一个URI,其中的资源解释作出修改的原因(比如:根据某次会议讨论)。
datetime
- 这个属性说明修改的时间和日期,这里的时间和日期格式要符合规范。如果设置的值不符合该规范,那么它将没有任何意义。
示例
<p><del>This text has been deleted</del>, here is the rest of the paragraph.</p>
<del ><p >This paragraph has been deleted.</p ></del >
结果
This text has been deleted, here is the rest of the paragraph.
This paragraph has been deleted.
规范
规范 | 状态 | 评论 |
---|---|---|
HTML Living Standard <del> | Living Standard | |
HTML5 <del> | Recommendation | |
HTML 4.01 Specification <del> | Recommendation |
浏览器兼容性
BCD tables only load in the browser
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
相关链接
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论