You are not logged in.

#1 2015-09-23 04:02:46

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

Write CSS:

Designing Quizzes Cascading Style 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.

2015-09-23 04:02:46

Advertisement
Ads By Google

Re: Write CSS:



\n

Board footer