You are not logged in.

#1 2015-09-23 04:23:19

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

CSS Background Omage:

Designing Quizzes CSS (Cascading Style Sheets)

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 C):
body {background-image:url('paper.gif');}


You cannot discover the new oceans unless you have the courage to lose the sight of the shore.

2015-09-23 04:23:19

Advertisement
Ads By Google

Re: CSS Background Omage:



\n

Board footer