Font sizes

The <FONT> tag can be used to alter your font sizes (and other things too, but we'll learn that later on). Here's an example of this in code:

<FONT SIZE="7">Boo!</FONT> said the ghost.<BR>
<FONT SIZE="1">Eek!</FONT> said the mouse.

Here's how that code would display:

Boo! said the ghost.
Eek! said the mouse.

Examples of font sizes

This is FONT SIZE=7
This is FONT SIZE=6
This is FONT SIZE=5
This is FONT SIZE=4
This is FONT SIZE=3
This is FONT SIZE=2
This is FONT SIZE=1

Notice that these are not absolute sizes. They will display differently depending on your platform, screen resolution, and other issues. The only thing you can be sure of is that 7 is bigger than 6, which is bigger than 5, and so on -- but you won't know exactly how big any of these fonts will be.


<<-------- p r e v // a i w e b // n e x t -------->>