CIW Exam Questions

How should you proceed?

You are creating a Web page. You want to ensure that users who have older browsers that cannot
display JavaScript can still view your home page.
How should you proceed?

A.
Save the JavaScript to a separate file with a .txt extension.

B.
Write the script in an additional scripting language.

C.
Use the HTML comment tag around the JavaScript code inside <SCRIPT> tags.

D.
Use the alert tag.