Vidyalelo
CSS · Q62

Basic CSS

Programming · CSS · question 62

Q62

Which of the following Color Format is a CSS colors 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:
RGB color values can also be defined using percentages. The format is the same, except that the numbers are replaced by percentage values between 0% and 100%.