Home » CSS » CSS Styling Images » Question
  1. Which of the following is not the value for background-repeat property?
    1. fixed
    2. repeat-y
    3. repeat-x
    4. no-repeat
    5. 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.



Your comments will be displayed only after manual approval.