<small> element for disclaimers and clarifications.

<small> element is often used for disclaimers and clarifications.

 
<!DOCTYPE HTML> 
<html> 
    <head> 
        <title>Example</title> 
    </head> 
<body> 
    HTML is <small>easy</small>.
</body> 
</html>
  
Click to view this demo.
Home 
  HTML CSS Book 
    HTML  

Related: