'face' sets the typeface (font face) : font « Tags « HTML / CSS






'face' sets the typeface (font face)

 
    
<HTML>
<BODY>
<p>
   <font face="Verdana, Arial, Helvetica, sans-serif" size="2">
   www.java2s.com in a "Verdana" font family.
   
   </font>
</p>
</BODY>
</HTML>  
    
      
        
  








Related examples in the same category

1.'font' Example
2.'point-size' indicates the point size (1-7) of a font
3.'color' sets the color of the text