How to insert colored text in html page using javascript

Go4Expert Member
4Mar2011,15:31   #1
anchitjindal07's Avatar
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...