<p>The <strong class=html>SMALL</strong> element suggests that text be rendered in a <em>smaller font</em>. Since HTMLá4.0 has no element to indicate de-emphasis, <strong class=html>SMALL</strong> is often useful for this purpose. For example:</p>
<p class=example><code class=html><P><SMALL>Copyright ⌐ 1998 Liam Quinn. All rights reserved.</SMALL></P></code></p>
<p class=note>Most browsers support nested <strong class=html>SMALL</strong> elements, but this practice should be avoided. Since different users have different font sizes and eyesight, significant changes in font size can leave text too small to read even though it may look fine to the author.</p>
<p>Using <a href="http://www.htmlhelp.com/reference/css/">style sheets</a> in place of <strong class=html>SMALL</strong> provides greater flexibility in changing the presentation. The previous example could also be marked up as follows:</p>
<p class=example><code class=html><P CLASS=copyright>Copyright ⌐ 1998 Liam Quinn. All rights reserved.</P></code></p>
<p>This could then be <a href="http://www.htmlhelp.com/reference/css/style-html.html">linked</a> to the following style sheet:</p>