Home » CSS » Css miscellaneous » Question
  1. Which of the following is the Color Format that is a 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.
    1. RGB Color
    2. RGBa Color
    3. HSL Color
    4. HSLa Color
    5. None of these
Correct Option: A

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%.



Your comments will be displayed only after manual approval.