<h1> This is h1 </h1> <!-- Biggest font-->
<h2> This is h2 </h2>
<h3> This is h3 </h3>
<h4> This is h4 </h4>
<h5> This is h5 </h5>
<h6> This is h6 </h6> <!--Smallest font-->
hello world <!-- text -->
<b> hello world </b> <!-- bold text -->
<i> hello world </i> <!-- italic text -->
<u> hello world </u> <!-- underlined text -->
<p>hello world!</p> <!-- this is text with the hello world! on it -->
hello world! <!-- this is a seperate text.
but with the normal you have more control-->
<p>Put text here</p>
<html>
<p>PUT WHATEVER TEXT YOU WANT SPACES DON'T MATTER