HTML <small> 标签
定义及使用说明
<small> 标签定义小型文本(和旁注)。
浏览器支持
所有主流浏览器都支持 <small> 标签。
实例
定义小型文本:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HTML small 标签 xinbiancheng.cn</title>
</head>
<body>
<p> xinbiancheng.cn - the world's largest web development site.</p>
<p><small> Copyright 2019-2050 by xinbianchengData.</small></p>
</body>
</html>
输出:
xinbiancheng.cn - the world's largest web development site.
Copyright 2019-2050 by xinbiancheng Data.
全局属性
<small> 标签支持 HTML 的全局属性。
事件属性
<small> 标签支持 HTML 的事件属性。