Spot the mistake in this external CSS code intended to apply a background image:
body {
background-image: url('background.jpg');
}
Spot the mistake in this external CSS code intended to apply a background image:
body {
background-image: url('background.jpg');
}