<center>
<p style="font-size: 30px;">Styling HTML Small Tag using CSS.</p>
<p><small class="smallTag">This small text is styled using different CSS properties.</small></p>
</center>
small.smallTag {
  font-style: Oblique;
  font-family: "Georgia";
  font-weight: 600;
  background-color: yellow;
  font-stretch: condensed;
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.