hello all!
I'm learning Javascript and want some help from you gurus.
Please see this example and then I'm able to rectify my problem.
>> document.write ("Welcome to Javascript"
I want to format the font color to "red" and the font face to "impact". I can bold the string by writing ("<b>Welcome to Javascript</b>"
. But how to change the font color and the face.
Your help is highly appreciated. Thanks in advance.
SudyZenzi
I'm learning Javascript and want some help from you gurus.
Please see this example and then I'm able to rectify my problem.
>> document.write ("Welcome to Javascript"
I want to format the font color to "red" and the font face to "impact". I can bold the string by writing ("<b>Welcome to Javascript</b>"
Your help is highly appreciated. Thanks in advance.
SudyZenzi