Select the code below that will configure a background image called parchment.gif for a web page using CSS.

a. body {background-image:url(parchment.gif); }
b. document {background:parchment.gif; }
c. body {background:parchment.gif’}
d. None of the above


a. body {background-image:url(parchment.gif); }

Computer Science & Information Technology

You might also like to view...

Capturing the investigative process on videotape and other such documentation is especially important in cases where violations of ________ are alleged

a. digital protocol b. SMEAC c. the Electronic Communication Privacy Act d. business ethics

Computer Science & Information Technology

Which Excel function totals only the cells in a range that meet given criteria?

A. COUNTIF B. CONCATENATE C. SUMIF D. TOTALNUM

Computer Science & Information Technology

A _______ consists of a window containing a variety of objects that can be displayed on various devices.

A. ROM B. GUI C. CPU D. ERD

Computer Science & Information Technology

If an object is declared in the definition of a member function of the class, then the object can access both the public and private members of the class.

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

Computer Science & Information Technology