HTML <small>
query_builder | Christopher PisaniThe HTML element <small> is used to surround a group of text and display it in a smaller font.
A simple example of the element <small>
This is some normal text<br>
<small>This text will display smaller compared to the original font size</small>
Available Attributes
No specific attributes are assigned for this element, other than the standard global attributes.