You are here : htmlHTML 5small

<small> - HTML 5

The <small> tag defines smaller text (and other side comments).


Syntax

    <p>W3Schools.com - the world's largest web development site.</p>	<p><small>Copyright 1999-2050 by Refsnes Data</small></p>


Example

    <p>W3Schools.com - the world's largest web development site.</p>	<p><small>Copyright 1999-2050 by Refsnes Data</small></p>


Output / Return Value


Limitations


Alternatives / See Also


Reference