1.

Which of the following is not the value for background-repeat property?(a) repeat-y(b) repeat-x(c) no-repeat(d) fixedI had been asked this question in final exam.I would like to ask this question from Specifying Bullet Point Styles, CSS Image Alignment, ID and Class in chapter Layout & Images of CSS

Answer»

The correct answer is (d) fixed

Explanation: BACKGROUND-repeat property can have four values i.e. repeat, repeat-x, repeat-y and no -repeat. The background image is repeated both HORIZONTALLY and vertically by SETTING the VALUE repeat, repeat-x REPEATS the image horizontally only.



Discussion

No Comment Found

Related InterviewSolutions