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






'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)