May 11, 2009

0 HTML fonts

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>

0 comments:

Post a Comment

Blogger Themes

 
Powered by Blogger