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>
<!-- Mirrored from www.w3schools.com/cssref/tryit.php?filename=trycss_default_small by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:50:32 GMT -->
</html>