Q. How to make all paragraphs “RED”?

  • (A) p.all {color: red;}
  • (B) p.all {color: #AA0000;}
  • (C) all.p {color: #0000FF;}
  • (D) p {color: red;}
πŸ’¬ Discuss
βœ… Correct Answer: (D) p {color: red;}
Explanation: HTML colors are specified using their names or with RGB, HEX, HSL, RGBA, HSLA values.
Explanation by: Tanmay
HTML colors are specified using their names or with RGB, HEX, HSL, RGBA, HSLA values.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
307
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Tanmay
Publisher
πŸ“ˆ
83%
Success Rate