HTML - <small> Tag



Description

The HTML <small> tag makes the font size one size smaller.

Example

<!DOCTYPE html>
<html>

   <head>
      <title>HTML small Tag</title>
   </head>

   <body>
      <h2>www.tutorialspoint.com</h2>
      <p><small> Simply Easy Learning</small></p>
   </body>

</html>

This will produce the following result −

Global Attributes

This tag supports all the global attributes described in − HTML Attribute Reference

Event Attributes

This tag supports all the event attributes described in − HTML Events Reference

Browser Support

Chrome Firefox IE Opera Safari Android
Yes Yes Yes Yes Yes Yes
html_tags_reference.htm
Advertisements