-
Which of the following is not the value for background-repeat property?
-
- fixed
- repeat-y
- repeat-x
- no-repeat
- None of these
Correct Option: A
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.