Vidyalelo
CSS · Q69

Basic CSS

Programming · CSS · question 69

Q69

Which of the following Color Format can also be defined using the keyword rgb, followed by three numbers between 0 and 255, contained in parentheses and separated by commas, with no spaces between them?

A.
RGB Color
Answer
B.
RGBa Color
C.
HSL Color
D.
HSLa Color

Answer: Option A

Solution

Answer: Option A
Solution:
Example: p {color:rgb(0%,10%,50%);}