Multiple choice technology web 2.0

What is the default value for the background-repeat property? The bakground-repeat property determines how the background image specified is repeatd.

  1. repeat-x

  2. repeat-y

  3. no-repeat

  4. repeat on both axes

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The default value for background-repeat is 'repeat', which means the background image repeats both horizontally and vertically. Option D correctly describes this behavior. Options A (repeat-x) and B (repeat-y) repeat only in one direction, while option C (no-repeat) prevents repetition entirely.