<s>
优质
小牛编辑
134浏览
2023-12-01
描述 (Description)
HTML 标记指定删除线文本。 现在不推荐使用此标记,而应使用。
例子 (Example)
<!DOCTYPE html>
<html>
<head>
<title>HTML strike Tag</title>
</head>
<body>
The HTML strike tag renders a <strike>strike</strike> through the middle of the text.
</body>
</html>
全局属性 (Global Attributes)
此标记支持 - HTML Attribute Reference描述的所有全局属性
事件属性 (Event Attributes)
此标记支持 - HTML Events Reference描述的所有事件属性
浏览器支持 (Browser Support)
Chrome | Firefox | IE | Opera | Safari | Android |
---|---|---|---|---|---|
Yes | Yes | Yes | Yes | Yes | Yes |