Every web founder want to add several font on his/her post. And that's why i publish this post to help them.
The <font> tag is deprecated in HTML 4, and removed from HTML5. The World Wide Web Consortium (W3C) has removed the <font> tag from its recommendations. In HTML 4, style sheets (CSS) should be used to define the layout and display properties for many HTML elements.
The example below shows how the HTML could look by using the <font> tag:
<p>
<font size="5" face="arial" color="red">
This paragraph is in Arial, size 5, and in red text color.
</font>
</p>
or,
<p>
<font size="3" face="verdana" color="blue">
This paragraph is in Arial, size 5, and in red text color.
</font>
</p>
** Just type your font red mark area, change color name on blue mark area, you can also change the font size on size area.
Example:
<p>
<font size="3" face="times" color="red">
This paragraph is in Arial, size 14, and in blue text color.
</font>
</p>
Share this
The <font> tag is deprecated in HTML 4, and removed from HTML5. The World Wide Web Consortium (W3C) has removed the <font> tag from its recommendations. In HTML 4, style sheets (CSS) should be used to define the layout and display properties for many HTML elements.
The example below shows how the HTML could look by using the <font> tag:
<p>
<font size="5" face="arial" color="red">
This paragraph is in Arial, size 5, and in red text color.
</font>
</p>
or,
<p>
<font size="3" face="verdana" color="blue">
This paragraph is in Arial, size 5, and in red text color.
</font>
</p>
** Just type your font red mark area, change color name on blue mark area, you can also change the font size on size area.
Example:
<p>
<font size="3" face="times" color="red">
This paragraph is in Arial, size 14, and in blue text color.
</font>
</p>
Share this
7/19/2011 12:12:00 AM
Shaon
