HTML元素 - s

定义

带删除线方式显示文本。

Renders text in strike-through type.

注释

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

此元素是内嵌元素。

此元素需要关闭标签。

The S element is available in HTML as of Internet Explorer 3.0, and in script as of Internet Explorer 4.0.

This element is an inline element.

This element requires a closing tag.

示例代码

下面的例子使用了 S 元素带删除线显示。

<S>此文本将带删除线显示。</S>

另见

strike