<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;
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.