'color' sets the color of the text : font « Tags « HTML / CSS

HTML / CSS » Tags » font 
'color' sets the color of the text
 
    
<HTML>

<BODY>
<p>

<font face="Verdana" color="#ff0000">www.java2s.com</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.'face' sets the typeface (font face)
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.