A Web page with frames is held together by a ____.

A. frameset
B. table
C. grid
D. master document


Answer: A

Computer Science & Information Technology

You might also like to view...

Given the following function:

```Function AddIt(X) As Float Set AddIt = X + 15/2 End Function``` What is displayed when the following statement in the main program is executed? ```Write AddIt(4)``` a. 9.5 b. 9 c. 11.5 d. 11

Computer Science & Information Technology

Using HTML tags to mark up elements in a meaningful and descriptive way is important and follows principles of ____markup.

A. semantic B. basic C. XHTML D. HTML

Computer Science & Information Technology

To stop macro recording, ____.

A. click the Stop Recording button on the status bar. B. click the Stop Macro button on the status bar. C. click the Cancel button on the status bar. D. click the Stop button on the status bar.

Computer Science & Information Technology

All data types are initialized to 0 when an object is constructed.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology