Styling Text

Breaks can help you seperate different sections or paragraphs

<br>


Like this.

Breaks don't need a Closing Tag (which is the </x>) because breaks don't have a start and end like text.


You can Bold text using <b> or <strong>

You can Italicize text using <i> or <em>

You can Underline or Cross Out text using <ins> or <del>

You can use Subscripts or Superscripts text using <sub> or <sup>