Which line of code will deliver the pop-up window that displays this message?

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?

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!’)”
/>

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *