Text Style
Now we are going to learn how to use the font tag for displaying a specified text style. When using the font tag to specify a style you must remember that not everybody will have all the styles that are available. Therefore, if you want to use a unique style it would be best to have it display in an image.
Again this is a companion tag, Remember that companion tags should be closed in the opposite direction of the opening tags.
For demonstration we will work with Helvetica, Times New Roman, Verdana and Arial.
The font styling is called "face" so we would code it as follows;
<font face="Helvetica">text to be styled</font>
Now in our editor we will style four paragraphs with a different style, using the styles listed above.
The next page we will review and use all of the font tag specifiers.