Write the XHTML tag and event handler to pop up an alert
message that says "Welcome" when the user clicks a button.
Write the XHTML tag and event handler to pop up an alert
message that says "Welcome" when the user moves the mouse
pointer over a hypertext link that says “Hover for a welcome
message”.
Write the XHTML tag and event handler to pop up an alert
message that says "Welcome" when the user moves the mouse
pointer away from a hypertext link that says “Move your
mouse pointer here for a welcome message”.
Create a Web Page that will pop up an alert message
welcoming the user to the Web page. Use a script block in
the <head> area for this task.
Create a Web Page that will prompt the user for a name and
age, and write the message using the name and age in the
message. Use the
prompt () method and the variables to accomplish this.
Create a Web Page that will prompt the
user for a color name. Use this color name to write the text
"This is your favorite color!". The fgcolor property of the
document changes the text color of all text in a document.
Use this property to accomplish this task.