ExamTiger : Simplified Guide for competitive exams and interviews
Aptitude Tests, Mental Ability, Objective MCQ Sets, Questions and Answers, PDF, Shortcut Tips

CSS / CSS3 : Web Designing Questions & Answers



Question : How will you make all paragraph elements 'RED' in color ?


A.
p.all {color: red;}
B.
p.all {color: #990000;}
C.
all.p {color: #998877;}
D.
p {color: red;}

Answer / Explanation

Correct Answer is : Option D.


More Questions on CSS - Cascading Style Sheets