The <font> tag in HTML is depreciated . it is supposed to be removed in a future version of HTML
Even if a lot of people are using it, you should try to avoid it, and use styles instead.
The HTML <font> Tag
With HTML code like this, you can specify both the size and the type of the browser output:
<p>
<font size="2" face="Verdana">
This is a paragraph
</font>
</p>
<p>
<font size="3" face="Times">
this is another paragraph
</font>
</p>
May 11, 2009
0 HTML fonts
Posted by raj on 10:17 PM
0 comments:
Post a Comment