Update text

This commit is contained in:
Joe James
2020-02-16 11:16:10 -06:00
committed by GitHub
parent 545eff9571
commit bbc9cd6578

4
text
View File

@@ -4,7 +4,9 @@
<h3>Sub-heading</h3>
<p>This is a paragraph.</p>
<p style="color:red;">This is RED text.</p>
<p><strong>Strong means bold.</strong></p>
<p><strong>Strong means bold, or you can also use b for bold.</strong></p>
Yo, you asked for <i>Italics?</i>
<p><small>For small text use the small tag.</small></p>
<p>This text contains <sup>superscript</sup> text.</p>
<br>
Oh, and if you need a line <br> break in the middle of a block of text, <br> use br.