<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;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.