Which style rule would you apply to set the background image to display the contents of the wood.png file?
background-image: wood.png;
background-image: file('wood.png');
image: wood.png
background-image: url('wood.png');