display strings
hi i'm wondering if someone would help me answer these two questions?
as i am not too familiar with the JavaScripts language
i would be very grateful :D
1. Create a short script in JavaScript that writes
two lines of text. The first line of text should be in Green and
the second line of text in Blue.
2. Write one line of JavaScript that prompts the user to input his
name and assigns this value to a variable called user_name. For the
prompt text, use "Enter your name below.".
|