<p>Using the strong tag in order to <strong>bold some text</strong></p>
<p>This text shows <em>how</em> you should use the emphasis and italics tags. - <i>AJ LaPorte</i>
<p>We can <u>underline things</u> but we want to make sure they dont get confused with <a href="#">links</a></p>
<p>With subscript, we can talk more about H<sub>2</sub>O. Water === Life.</p>
<p>Superscript means we can talk about things like Bruno<sup>1</sup></p>
<hr>
<small>1 - we dont talk about Bruno</small>
small {font-style:italic;font-size:.75rem;}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.