Font size

Revision as of 18:14, 17 August 2013 by C Michael Gibson (talk | contribs) (Created page with "The fonts come in sizes from 1 to 7. The standard size is 3, unless otherwise specified in the <body> or other tags. Changing the font size can be performed by placing <nowi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The fonts come in sizes from 1 to 7. The standard size is 3, unless otherwise specified in the <body> or other tags.

Changing the font size can be performed by placing <font size="desired size"> and </font> around your text. For example,

 <font size="4">your text</font> 

creates a bigger font size of size 4: your text

Also, typing this:

 <font size="+1">your text</font>

creates text with size 1 bigger than the standard: your text

Typing this:

 <font size="-1">your text</font>

creates text with size 1 smaller than the standard: your text