Web速查-索引

定义

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

实例

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>鱼C-零基础入门学习Web(Html5+Css3)</title>
</head>
<body>
<p>fishc.com - change the world by Program</p>
<p><small> Copyright 2010-2060 by FishC.</small></p>
</body>
</html>

fishc.com - change the world by Program

Copyright 2010-2060 by FishC.

视频讲解