Pages

Sunday, 25 March 2012

HTML 3 : HTML tutorial (Font)

B.FONT
Tag <font>…</font>
<font> Tag manipulation functions for both types, sizes, and font color.
Click File – New – HTML/XHTML.
Example :Type the code below.
<html>
<head>
<title><p><font face="Arial">Ini Font Arial</font></p></tile>
 </head>
<body>
</body>
</html>

           Or modification the red label, with this
<p><font face="Arial"><i> </i></font>your word here</p>
Font is Arial and italic, or
<p><font face="verdana" size="4" color="blue">your word here<b></b></font>
Verdana Font size is 12 pt bold blue at the same time,or
<p align="center"><font face="Tahoma" color="red">your word here<b></b></font><p> 
This red Tahoma Font
red, thick and are in the middle,or
<p align="center"><font face="Arial" color="red">your word here</font></p>
Arial Font color is red,
 Note: Signs Enter the code above does not affect the display / output to the browser. Enter
used to code readability.
save the with name tagfont.html



<<<HTML 2 | HTML 4>>>

No comments:

Post a Comment

thank your for your comment