The <small> tag marks smaller text.
<small> |
Yes | Yes | Yes | Yes | Yes |
None.
The <small> tag supports the Global Attributes in HTML.
The <small> tag supports the Event Attributes in HTML.
small { font-size: smaller; }
<!DOCTYPE html>
<html>
<body>
<p><small>small</small></p>
</body>
</html>