From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/html/element/ins/index.html | 94 +++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 files/zh-cn/web/html/element/ins/index.html (limited to 'files/zh-cn/web/html/element/ins') diff --git a/files/zh-cn/web/html/element/ins/index.html b/files/zh-cn/web/html/element/ins/index.html new file mode 100644 index 0000000000..3d62ed7eec --- /dev/null +++ b/files/zh-cn/web/html/element/ins/index.html @@ -0,0 +1,94 @@ +--- +title: +slug: Web/HTML/Element/ins +tags: + - Element + - HTML + - HTML edits + - Reference + - Web +translation_of: Web/HTML/Element/ins +--- +

简介

+ +

{{HTMLRef}}
+ HTML <ins> 元素定义已经被插入文档中的文本。

+ +

 

+ +

{{EmbedInteractiveExample("pages/tabbed/ins.html", "tabbed-standard")}}

+ +

 

+ + + +

属性

+ +

该元素支持所有 全局特性,除此以外还支持下列属性:

+ +
+
{{htmlattrdef("cite")}}
+
cite 属性的值指向一个文档的 URL,该文档解释了文本被插入或修改的原因。(目前该属性还没有被主流浏览器支持)
+
{{htmlattrdef("datetime")}}
+
该特性指示的此修改发生的时间和日期,并且该特性的值必须是一个有效的日期或者时间字符串。如果该值不能被解析为日期或者时间,则该元素不具有相关联的时间标记。
+
+ +

示例

+ +
<ins>这一段文本是新插入至文档的。</ins>
+ +

结果

+ +

这一段文本是新插入至文档的。

+ +

规范

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
规范状态评论
{{SpecName('HTML WHATWG', 'edits.html#the-ins-element', '<ins>')}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C', 'edits.html#the-ins-element', '<ins>')}}{{Spec2('HTML5 W3C')}} 
{{SpecName('HTML4.01', 'struct/text.html#h-9.4', '<ins>')}}{{Spec2('HTML4.01')}} 
+ +

浏览器兼容性

+ +

 

+ +

{{Compat("html.elements.ins")}}

+ +

 

+ +

参阅

+ + + +
 
-- cgit v1.2.3-54-g00ecf