HTML small tag

HTML <small> tag prints small text. By default, it has smaller font size. It is normally used for side commenting.

<p><small>copyright &copy; 2050, All rights reserved.</small> by example.com</p>
</>

If you are given a chance to visit one of the following countries,then what will be your choice?

For importance small print you can include <strong> element.

Small font-size can also be obtained using using CSS properties.

Tag Uses

Specific uses of <small> tag
  • copyrights
  • restrictions as side comments
  • attribution

Tag omission

Both opening and closing tags are necessary for the small element.

Global Attributes

All the global attributes are applicable on the small element.



Was this article helpful?