Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

Tanja wants to target the “parent” frame of all frames in her Web site. In HTML, this parent frame is called “_top”.

What is this parent called if Tanja decided to use JavaScript in her Web page?

A.

The parent of all Web pages is called index.html.

B.

The parent is called “top” in JavaScript.

C.

The word “parent” is a slang reference to main.html and cannot be targeted.

D.

It depends on how the pages are identified; the “parent” page will be referred to as such in Tanja’s schema.

A way to exit a loop that would otherwise continue to execute is to use the break statement. If a condition is reached, the user is allowed to break out of the loop. You can use the break statement within the ______________.

A.

if and else loops

B.

for and while loops

C.

while and else statements

D.

if and for statements

The main event handler associated with the checkbox object is _________.

A.

Click

B.

onReset

C.

onClick

D.

onSubmit