<!DOCTYPE html>
<html>
<body>
<h1>small 元素</h1>
<p>这是一些正常的文本。</p>
<p><small>这是一些小号的文本。</small></p>
</body>
</html>