You are not logged in.

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

shakeel123
User RankUser RankUser RankUser RankUser RankUser Rank
Moderator
Registered: 2017-09-21
Posts: 50,796

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;}


Top Exams Quizzes MCQs And Interview Questions With Answers Forum:
https://www.globalguideline.com/forum/

2017-12-07 14:43:13

Advertisement
Ads By Google

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



\n

Board footer