<p>This is plain normal text.</p>
<p><span class="smallText">This small text is displayed using CSS properties.</span></p>
span.smallText {
font-size: smaller;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.