Solved

Consider the Following Message Displayed in a Pop-Up Window: Welcome

Question 1

Multiple Choice

Consider the following message displayed in a pop-up window: Welcome to the CIW Web site! Which line of code will deliver the pop-up window that displays this message?


A) <a href="http://www.CIWcertified.com" onclick() ="alert('Welcome to the CIW Web site!') ">CIW Web site</a>
B) <a href="http://www.CIWcertified.com" onclick="alert('Welcome to the CIW Web site!') ">CIW Web site</a>
C) <a onclick="http://www.CIWcertified.com","CIW Web site", ('Welcome to the CIW Web site!') " />
D) <a onclick() ="http://www.CIWcertified.com","CIW Web site", ('Welcome to the CIW Web site!') " />

Correct Answer:

verifed

Verified

Related Questions