'font' Example : font : Basic Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Basic Tags » font »

 

'font' Example



    
<html>
<head>
<title>font element example</title>
</head>
<body>
    <font face="Verdana, Arial, Helvetica, sans-serif" size="30" color="#006699">
    This element is an inline element.
    </font>
    <br>
    <font face="Times New Roman, Times, serif" size="40" color="#CC3366">
    <i>This fontwill appear in Times.</i>
    </font>
    <br>
    <font face="Courier New, Courier, mono" size="20" color="#0000FF">
    Courier New.
    </font>
    <font size="20" color="#0000FF">
    size and color
    </font>
    <font color="#0000FF">
    color
    </font>
</body>
</html>
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Basic Tags
» font