<small> tag in HTML 5

In this articles i am going to explain about small tag in HTML 5.
  • 1747

Definition

The HTML <Small> tag is used for specifying small print. Small print is a part of a documents that contains disclaimers, caveats or legal restrictions such as copyrights.

Support browser in <Small> tag.

Chrome, Firefox, Opera, Internet Explorer 9 and Safari.

Lets take an example of <Small> tag

<html>
<body>
    <p>
        dotnetheaven.com - the world's largest web development site.</p>
    <p>
        <small>Copyright 2010-2050 by Refrenses microsoft</small></p>
</body>
</html>


Output


 Clipboard01.jpg

Further Readings

You may also read more about HTML5 here

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

© 2020 DotNetHeaven. All rights reserved.