You are not logged in.
- Topics: Active | Unanswered
#1 2017-12-07 14:44:49
- hamidoon123
- Moderator
- Registered: 2017-09-21
- Posts: 50,766
Which of the below is the correct way to set a background image?
Software Engineering Exams Quizzes MCQs Quizzes CSS Online MCQs Test
Question:
Which of the below is the correct way to set a background image?
Option A):
body {background-image:url(‘paper.gif’)};
Option B):
body {background-image:url(‘paper.gif’)}
Option C):
body {background-image:url(paper.gif);}
Option D):
body {background-image:url(‘paper.gif’);}
Correct Answer is Option D):
body {background-image:url(‘paper.gif’);}
Offline
2017-12-07 14:44:49
- Advertisement
- Ads By Google
Re: Which of the below is the correct way to set a background image?
\n