You are not logged in.
- Topics: Active | Unanswered
#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;}
Offline
2017-12-07 14:43:15
- Advertisement
- Ads By Google
Re: Which of the following ways below is correct to write a CSS?
\n