Basic HTML Tags

Heading 1 - <h1>Heading 1</h1>

Heading 2 - <h2>Heading 2</h2>

Heading 3 - <h3>Heading 3</h3>

Heading 4 - <h4>Heading 4</h4>

Heading 5 - <h5>Heading 5</h5>
Heading 6 - <h6>Heading 6</h6>

Paragraph - <p>Paragraph</p>

Line Break
- <br>

Horizontal Line
- <hr>
Center <center>Content Aligned Center</center>

Bold Text - <b>Bold Text</b>

Underlined Text - <u>Underlined Text</u>

Italics - <i>Italics Text</i>

Presentation    with spaces
with multi-lines too
and specific width
to what the content specified
- <pre>Presentation    with spaces
with multi-lines too
and specific width
to what the content specified</pre>