The Font Tag
The font tag allows you to specialize your fonts on your content. It has many features to it. Check out the below paragraph:
The Font tag opens with <font> and closes with </font> You can make a font color red by adding this tag to it: <font color=”red”>Your text goes here</font> and you can also make this font bigger by <font color=”red” size=”5″>Your text goes here</font> and also you can make this font custom by adding a special font to it like <font color=”red” size=”5″ face=”comic sans ms”>Your text goes here</font>
Once you add the code <font color=”red” size=”5″ face=”comic sans ms”>Your text goes here</font> into your website then you will have the following displayed when you publish it.
Your text goes here
Yes it is that simple. Feed back is appriciated. Thanks.