How would you make a table span the entire Web page?

A. width: 100px
B. width: 780px
C. width: 100%
D. width = 100%


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following is not a disadvantage of trying to modify a sequential access file?

a. Modifying data can potentially destroy other data. b. It may be necessary to rewrite every record in the file to make a slight change. c. Things that are stored in the same number of “raw data” bytes internally may not take up the same amount of space in a file. d. Overwriting a record with another record of the same size is very difficult.

Computer Science & Information Technology

One reason to pass a parameter by const reference is:

A. we do not want the function to change the values of any data members B. we want changes in the parameter to be reflected back to the calling function C. we want to constantly use pass by reference D. the compiler will catch an attempt to change the value of the parameter

Computer Science & Information Technology

You can change the view from the one shown in the accompanying figure by clicking one of the View buttons (not shown) in the _______ of the window.

A. top B. left side C. bottom D. all of the above

Computer Science & Information Technology

Like Word, Excel, and PowerPoint, a new database opens when you start Access.

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

Computer Science & Information Technology