Web速查-索引

small

定义

<small> 标签用于定义更小字体的文本(比如旁注)。

实例

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>NTHOME-零基础入门学习Web(HTML5+CSS3)</title>
</head>
<body>
<p>nitian.web3v.vip - change the world by Program</p>
<p><small> Copyright 2010-2060 by Nature.</small></p>
</body>
</html>

nitian.web3v.vip - change the world by Program

Copyright 2010-2060 by Nature.

浏览器支持

表格中的数字表示支持该属性的第一个浏览器版本号

Safari Chrome FireFox IE
1.0 1.0 1.0 6.0