A floating frame is another name for a(n):

A) frameset document. B) inline frame.
C) inline image. D) nested frames.


B

Computer Science & Information Technology

You might also like to view...

The distribute options on the Distribution panel are useful when you want to distribute objects using a specific value.

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

Computer Science & Information Technology

Microsoft Office's centralized space for tasks related to file management is called:

A) a library. B) a dialog box. C) a gallery. D) Backstage view.

Computer Science & Information Technology

Which of the lettered choices is equivalent to the following decision?if a > 10 then      if b > 10 then        output "OK"      endifendif

A. if a > 10 OR b > 10 then output "OK" B. if a > 10 AND a > b then output "OK" C. if a > 10 AND b > 10 then output "OK" D. if a > b then output "OK"

Computer Science & Information Technology

To end a switch statement once it performs its required task, include a(n) ____________________ statement at the end of the statements associated with each case label.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology