HTML <s> 标签用于表示在某些方面不再准确或相关的内容范围。在 <s>(开始)和 </s>(结束)标签之间写入的文本呈现为贯穿文本的划线。
<s> Write your content here.....</s>
以下是关于 HTML <s> 标签的一些规范
展示 | 排队 |
开始标签/结束标签 | 开始和结束标签 |
用法 | 格式化 |
<!DOCTYPE html> <html> <head> <title>HTML s tag</title> <style> body{ text-align: center;} s{ color: green; } </style> </head> <body> <h2>Example of s tag</h2> <p><s>The last date of apply for online classes is 12/02/2019</s></p> <p>The last date of apply for online classes is 13/03/2019</p> </body> </html>
输出:
<s> 标签不包含任何特定属性。
<s> 标签支持 HTML 中的全局属性
<s> 标签支持 HTML 中的事件属性。
元素 | Chrome | IE | Firefox | Safari | Opera |
---|---|---|---|---|---|
<s> | Yes | Yes | Yes | Yes | Yes |
© Copyright 2011-2021 www.rocschool.com. All rights reserved. Developed by RocSchool. Powered by qibosoft X1.0 Code. 琼ICP备2021004297号-1