What is the html code for...?
changing the color of a font to white. PLease and Thanks
Public Comments
- <font color="#FFFFFF"> #FFFFFF is the html hex code for white</font>
- it is used to create web pages.
- To change the font color to white, use <font color="#FFFFFF">Your text here</font> If you want other colors, simply change #FFFFFF to the hex code that you like. Here's a hex table: http://www.johncfish.com/bggallery/otherchart/hextable.gif
Powered by Yahoo! Answers