xxxxxxxxxx
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>HTML small标签的使用(大卫编程网 div.cn)</title>
</head>
<body>
<p>This is the first sentence. <small>This whole sentence is in small letters.</small></p>
</body>
</html>