Files
jps/html/text.html
2020-02-16 12:48:36 -06:00

14 lines
492 B
HTML

<!-- 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.