Hi
I am inserting text in html page using javascript..But the font-color of this text is black by default. How to change the color of this text??
I am using createTextNode() and appendChild() functions to insert the text but not able to change the color using style.color property. How to accomplish this?
Please help..
Thanks a lot...
I am inserting text in html page using javascript..But the font-color of this text is black by default. How to change the color of this text??
I am using createTextNode() and appendChild() functions to insert the text but not able to change the color using style.color property. How to accomplish this?
Please help..
Thanks a lot...