CIW Exam Questions

Which statement about the JavaScript form object is true?

Which statement about the JavaScript form object is true?

A.
The JavaScript form object has no relationship to the X/HTML <form> element.

B.
You can use a single instance of the form object to represent multiple forms on a Web page.

C.
The form object cannot be used to access the individual field elements that compose the form.

D.
The JavaScript form object is available when the X/HTML <form></form> tags are present in the X/HTML document.