Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style>
/* Default CSS Values */
small {
  font-size: smaller;
}
</style>
</head>
<body>
<p>A small element is displayed like this:</p>
<small>Some smaller text</small>
<p>A customized small element (changed "font-style"):</p>
<small style="font-size:8px;">Some smaller text</small>
</body>
</html>