You are not logged in.
- Topics: Active | Unanswered
Pages:: 1
#1 2015-09-23 04:02:46
Write CSS:
http://interviewquestionsanswers.org/quiz/Designing http://interviewquestionsanswers.org/qu … Sheets-CSS
Question:
Which of the following ways below is correct to write a CSS?
Option A):
p {color:red;text-align:center};
Option B):
p {color:red;text-align:center}
Option C):
p {color:red;text-align:center;}
Option D):
p (color:red;text-align:center;)
Correct Answer is Option C):
p {color:red;text-align:center;}
Failure is the first step towards seccess.
Offline
2015-09-23 04:02:46
- Advertisement
- Ads By Google
Re: Write CSS:
Pages:: 1