small Element
Description
The small
element marks fine print and
is often used for disclaimers and clarifications.
Example
The following code shows the small
element in use.
<!DOCTYPE HTML>
<html>
<body>
HTML5 is <small>good</small>.
</body><!-- w ww . j a va 2s .com-->
</html>