?Sam is trying to decide the best way to design the background of his web page. He would like to add background images and background styles to his design. He needs to understand how browsers load a background image and learn about background style properties.
?Sam wants to change the position of an image on his web page. He wants to place the background image 30 pixels to the right of an element's left edge and 30 pixels down from the top edge. Identify the correct style that Sam should use.

A. ?background-position: 30px;
B. ?background-position: 30px vertical;
C. ?background-position: 30px 30px;
D. ?background-position: t_edge, 30px;

Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following is not a valid range of cells?

a. A1>A5 b. C3-C8 c. 3B:6B d. all of the above

Computer Science & Information Technology

Which of the following statements about the input format specification is false?

A. The first character must be a percent size (%). B. The size specification is a modifier for the conversion code. C. The width specifies the minimum number of characters to be input. D. There is only one flag (suppression) for input. E. The conversion code is last in the format specification.

Computer Science & Information Technology