Web速查-索引

定义

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

实例

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HTML5 速查宝典</title>
</head>
<body>
<p>eagleslab.com - change the world by Program</p>
<p><small> Copyright 2010-2060 by eagleslab.</small></p>
</body>
</html>

eagleslab.com - change the world by Program

Copyright 2010-2060 by eagleslab.