Exit 1D0-635 CIW JavaScript Specialist
Question 1 of 5
0% complete
Q1 Single 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!')" />

Previous Next