<small>: 侧边注释元素
The <small>
HTML 元素表示侧边注释和小型印刷品,如版权和法律文本,独立于其样式化呈现。默认情况下,它在其内部呈现文本,字体大小减小一号,例如从 small
到 x-small
。
试试看
属性
此元素仅包含 全局属性。
示例
基本用法
html
<p>
This is the first sentence.
<small>This whole sentence is in small letters.</small>
</p>
结果
CSS 替代方案
html
<p>
This is the first sentence.
<span style="font-size:0.8em">This whole sentence is in small letters.</span>
</p>
结果
备注
技术摘要
规范
规范 |
---|
HTML 标准 # the-small-element |
浏览器兼容性
BCD 表格只能在浏览器中加载