<font size=#> adjusts font size
</font> returns font to default size
Want to make your words really big or really small? Or somewhere in between? That's what the <font size> tag lets you do.
The default font size is 3, but you can alter it by inserting a number, such as <font size=5>, or a relative value (using the plus or minus sign), which changes the size in relation to the size that's already there: <font size=+2> or <font size=-1>, for example.
So if you write this:
<font size=6>I am a big person.</font>
You'll get:
I am a big person.
The <font size> tag even lets you combine different sized words on the same line, so you can
Stride across the page like a GIANT!