Using combinations of the font styling.
We have seen that the font tag can manage the size, color and face of the font by using it individually for each.
Now we are going to learn how to use the font tag for displaying any combination of the three. 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 the sizes, colors and styles we have already used.
We will style each of the paragraphs with different combinations.
<font face="Helvetica" color="#FF0000" size="4">Styled text</font>