First page Back Continue Last page Graphics
Other Font Attributes
SIZE = "number": 1 = smallest, 7 = largest
- <font size="1">Small size</font>
Small size
COLOR - changes text color (use either hexadecimal code or named color)
- <font color="red">Red</font>
Red
Combining Font Attributes:
<font face="comic sans ms" color="yellow" size="7">Comic Sans MS, Yellow, Size 7</font>
Comic Sans MS, Yellow, Size 7