'small' Example : small « Tags « HTML / CSS






'small' Example

    
<html>
<head>
<title>small element example</title>
</head>
<body>
<p align="center">
<small><small>smaller</small><br> small</small>
</body>
</html>
    
      
      








Related examples in the same category