我
哪种情况下应该使用`small`标签?当你想在`h1` 标题后创建副标题?还是当在`footer`里面增加版权信息?
难度:
small
标签一般使用场景是在版权信息和法律文本里使用,也可以在标题里使用标注附加信息(bootstrap 中可见),但不可以用来创建副标题。
HTML 标签(
<small>
)使文本字体大小缩小一个尺寸(例如,从大到中,或从小到 x-small),直到浏览器的最小字体大小。 在 HTML5 中,该元素被重新用于表示旁注和小字体,包括版权和法律文本,独立于其样式表示。
The HTML Small Element (
<small>
) makes the text font size one size smaller (for example, from large to medium, or from small to x-small) down to the browser's minimum font size. In HTML5, this element is repurposed to represent side-comments and small print, including copyright and legal text, independent of its styled presentation.