|
||||||||||||
Web Services Home |
|
Text ColorYou can change the color of the text by setting the COLOR="font_color" attribute in the <font> tag. The Color is usually set by using the hexadecimal system (#000000 black to #FFFFFF white). Color could also be set in newer browsers by using the simple word of the color. (Red for Red, Blue for Blue, etc.).
<font color="red">Here we have red.</font>
<font color="blue" face="verdana">This is blue and verdana font.</font>
<font color="#009900" size="+2" face="garamond">Finally green using the hexidecimal system.</font> Note: As shown above, you can use the different font attributes at the same time. The final sentence uses font size, color, and face.
|