Which of the below is the correct way to set a background image?
Options
- body {background-image:url(paper.gif);}
- body {background-image:url('paper.gif')};
- body {background-image:url('paper.gif')}
- body {background-image:url('paper.gif');}
CORRECT ANSWER : body {background-image:url('paper.gif');}
Write your comments