InterviewSolution
Saved Bookmarks
| 1. |
Which of the following CSS3 Color Feature like RGB color but adds an alpha channel value to specify the opacity of the color?(a) RGB(b) RGBa(c) RGBaplha(d) AlphaRGBThe question was posed to me in an international level competition.This key question is from CSS Color Values in chapter CSS Fundamentals, Colors and Styling of CSS |
|
Answer» The correct answer is (B) RGBa |
|