You are not logged in.

#1 2017-12-07 14:43:15

hamidoon123
Moderator
Registered: 2017-09-21
Posts: 50,766

Which of the following ways below is correct to write a CSS?

Software Engineering Exams Quizzes MCQs Quizzes CSS Online MCQs Test

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 A):
p {color:red; text-align:center;}

2017-12-07 14:43:15

Advertisement
Ads By Google

Re: Which of the following ways below is correct to write a CSS?



\n

Board footer