Basic HTML

 
 
          

Text >> Formatting >> Size

 

Text Size

These are the tags for changing the font size.

HTML Tag Function Sample Ouput
<big> increase the size by one <big>sample text</big>
<small> decrease the size by one <small>sample text</small>
<h1> writes text in biggest heading <h1>sample text</h1>
<h2> - <h2>sample text</h2>
<h3> - <h3>sample text</h3>
<h4> - <h4>sample text</h4>
<h5> - <h5>sample text</h5>
<h6> writes text in smallest heading <h6>sample text</h6>
<font size=1> writes text in smallest fontsize. (8 pt) <font size=1>sample text</font size=1>
<font size=7> writes text in biggest fontsize (36 pt) <font size=7>sample text</font size=7>

Text >> Formatting Text >> Formatting >> Layout