这个<ins>
标签定义已插入到文档中的文本。浏览器通常会给插入的文本添加下划线。
提示:另请参阅<删除>标签来标记已删除的文本。
Element | |||||
---|---|---|---|---|---|
<ins> | Yes | Yes | Yes | Yes | Yes |
Attribute | Value | Description |
---|---|---|
cite | URL | Specifies a URL to a document that explains the reason why the text was inserted/changed |
datetime | YYYY-MM-DDThh:mm:ssTZD | Specifies the date and time when the text was inserted/changed |
<ins> 标签还支持HTML 中的全局属性。
这个<ins>
标签还支持HTML 中的事件属性。
使用 CSS 设置 <del> 和 <ins> 的样式:
<html>
<head>
<style>
del {background-color: tomato;}
ins {background-color: yellow;}
</style>
</head>
<body>
<p>My favorite color is <del>blue</del> <ins>red</ins>!</p>
</body>
</html>
亲自试一试 »
HTML DOM 参考:插入对象
大多数浏览器都会显示<ins>
具有以下默认值的元素:
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!