When adding a background image, ____ controls whether the image scrolls with the element's content or stays fixed as the content scrolls over it.

A. Background-attachment
B. (x) Background-position
C. (y) Background-position
D. Background-repeat


Answer: A

Computer Science & Information Technology

You might also like to view...

What is the name of the file that contains the code for the class member functions?

What will be an ideal response?

Computer Science & Information Technology

The following statement is call a(n) _______.

``` i++; ``` a. repetition b. condition c. prefix increment d. postfix increment e. illegal operation

Computer Science & Information Technology

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

1. You can not derive an interface from a base interface. 2. The compiler and the run-time system enforces semantics on the Comparable interface.

Computer Science & Information Technology

To apply the sort procedure to an array called intAges, use the syntax ____.

A. Sort(intAges) B. Sort.Array(.intAges) C. ArraySort(intAges) D. Array.Sort(intAges)

Computer Science & Information Technology