HTML

1个成员

HTML元素 - ins

发表于 2017-01-17 3150 次查看

定义

表示插入到文档中的文本。

Specifies text that has been inserted into the document.

注释

INS 元素包含的文本将以下划线显示。

此元素在 Internet Explorer 4.0 及以上版本的 HTML 和脚本中可用。

此元素是内嵌元素。

此元素需要关闭标签。

Text contained by the INS element is rendered underlined.

This element is available in HTML and script as of Internet Explorer 4.0.

This element is an inline element.

This element requires a closing tag.

示例代码

<INS datetime="1997-10-01T12:15:30-05:00">This text has been inserted.</INS>
发表回复
你还没有登录,请先登录注册