HTML/CSS/Text Tags/small
"small" Example
<html>
<head>
<title>small element example</title>
</head>
<body>
<p align="center">
<small><small>smaller</small><br> small</small>
</body>
</html>
<html>
<head>
<title>small element example</title>
</head>
<body>
<p align="center">
<small><small>smaller</small><br> small</small>
</body>
</html>