Delete text

This commit is contained in:
Joe James
2020-02-16 11:35:54 -06:00
committed by GitHub
parent 6b6becf6e0
commit 7c4c2e3e21

12
text
View File

@@ -1,12 +0,0 @@
<!-- This is a comment only. -->
<h1>This is a big heading</h1>
<h2>Medium Heading</h2>
<h3>Sub-heading</h3>
<p>This is a paragraph.</p>
<p style="color:red;">This is RED text.</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.