HTML <small> 标签使文本字体比文档的基本字体小一号(如大到中、中到小等)
在 HTML5 中,<small> 标签用于标识次要的重要性,例如版权、旁注和法律声明。
<small>Write your content here...... <small>
以下是关于 HTML <small> 标签的一些规范
展示 | 排队 |
开始标签/结束标签 | 开始和结束标签 |
用法 | 文字的 |
<!DOCTYPE html> <html> <head> <title>HTML small tag</title> </head> <body> <h2>Example of small tag</h2> <p style="color: green;">This is normal font size..... <small style="color: blue;">It is smaller than previous... <small style="color: red;">It is smallest.</small> </small> </p> </body> </html>
输出:
<small> 标签不包含任何特定属性。
<small> 标签支持 HTML 中的 Global 属性。
<small> 标签支持 HTML 中的 Event 属性。
元素 | Chrome | IE | Firefox | Safari | Opera |
---|---|---|---|---|---|
<small> | 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