Question:What are the possible ways to specify color in the CSS property?
A Color keywords
B Hexadecimal notation
C RGB (red, green, blue) format
D HSL (hue, saturation, lightness) format (CSS3)
E RGBA (red, green, blue with alpha transparency) format (CSS3)
F HSLA (hue, saturation, lightness with alpha transparency) format (CSS3)
+ AnswerA B C D E F
+ Report