content logo

Learn HTML:

Html small tag

The HTML <small> tag is used for specifying small print.

Small print (also referred to as "fine print" or "mouseprint") usually refers to the part of a document that contains disclaimers, caveats, or legal restrictions, such as copyrights.

<footer>
 <address>
  Contact: <a href="mailto:hs@example.com">Name Family</a>.
 </address>
 <p><small>© Copyright 2058, Example Corporation</small></p>
</footer>

 

#

HTML Small Example

#

HTML Small Code

#

HTML Small Tutorial