Question: Which style rule would you apply to set the background image to display the contents of the wood.png file?
- `background-image: file('wood.png');`
- `background-image: url('wood.png');`
- `background-image: wood.png;`
- `image: wood.png`
Answer: The correct answer of the above question is Option B:`background-image: url('wood.png');`