本文概述
- 属性
- 支持的浏览器
【HTML ins标签】当< ins> 标记与< del> 元素一起使用时, 它更有用, 因为它代表已删除的文本部分, 而< ins> 代表已插入文档的文本部分。
句法:
<
ins>
Insert the text.......<
/ins>
以下是有关HTML < ins> 标记的一些规范
Display | Inline |
开始日期/结束日期 | 开始和结束标签 |
Usage | Semantics |
<
!DOCTYPE html>
<
html>
<
head>
<
title>
HTML ins Tag<
/title>
<
/head>
<
body>
<
h2>
Example of ins tag<
/h2>
<
p>
If you will do <
del>
hard work <
/del>
<
ins>
smart work<
/ins>
then you will get success easily <
/p>
<
/body>
<
/html>
立即测试
输出:
文章图片
属性 特定于标签的属性
属性 | 值 | 描述 |
---|---|---|
cite | URL | 它指定了资源的URL, 该URL解释了更改的原因。 |
datetime | YYYYMMDD HH:MM:SS |
它指定更改的日期和时间。 |
HTML < ins> 标签支持HTML中的全局属性
事件属性
HTML < ins> 标记支持HTML中的事件属性。
支持的浏览器
Element | Chrome | IE | Firefox | Opera | Safari |
< ins> | Yes | Yes | Yes | Yes | Yes |
推荐阅读
- HTML isindex标记(HTML5不支持)
- HTML i标记
- HTML sub标签
- HTML样式
- HTML strong标记
- HTML strike标记(HTML5不支持)
- HTML span标记
- HTML space空格代码
- HTML source标签