Font sizesThe <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:
Here's how that code would display:
Boo! said the ghost. Examples of font sizesThis is FONT SIZE=7This 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. |