Home

Paragraphs and Text Formatting

Headings

<h1>Heading</h1>

<h2>Heading</h2>

<h3>Heading</h3>

<h4>Heading</h4>

<h5>Heading</h5>
<h6>Heading</h6>

<p>Paragraph</p>

This is <br/>
a line break

<hr/>


Formatting Text Elements

Regular text

<b> bold text </b>

<big> big text </big>

<i> italicised text </i>

<small> small text </small>

<strong> strong text </strong>

<sup> superscript text </sup>

<sub> subscript text </sub>

<ins> inserted text </ins>

<del> deleted text </del>

>