BodgeIt! - HTML - <FONT> - Font
|
|
|
The font is specified using the <FONT>...</FONT> code and when combined with bold, italic and underline can give a large number of effects.
Build the font using the toolbox. The three main attributes used are :-
A typical font of Times New Roman 2, Blue would be :- This is Times New Roman, 2 in Blue And the HTML would be :- <FONT FACE="Times New Roman" SIZE="2" COLOR="#0000FF">
This is Times New Roman, 2 in Blue</FONT>
|