'text' sets the text color in the 'body' section : text « Tags « HTML / CSS






'text' sets the text color in the 'body' section

    
<HTML>
<BODY>
<body text="#bbbbbb">
www.java2s.com is in blue.
</BODY>
</HTML>  

    
      
      








Related examples in the same category