Advance CSS MCQ Interview Question’s & Answer’s Advance CSS 1 / 10 What are the HSLA color values? hsla(hex, saturation, lightness, alpha) hsla(hex, solid, lightness, alpha) hsla(hue, solid, lightness, alpha) hsla(hue, saturation, lightness, alpha) 2 / 10 Which is the correct HSL value for green color? background-color: hsl(180, 100%, 50%) background-color: hsl(360, 100%, 50%) background-color: hsl(120, 100%, 50%) background-color: hsl(0, 100%, 50%) 3 / 10 What is Hue in HSL color value? Hue is a degree on the color wheel (from 0 to 360) Hue is a degree on the color wheel (from 0 to 90) Hue is a degree on the color wheel (from 0 to 180) Hue is a special color name 4 / 10 HSL color value stands for_____. Hex, Saturation and Lightness Hex, Solid and Lightness Hue, Solid and Lightness Hue, Saturation and Lightness 5 / 10 Which is correct CSS statement to define blue background color with opacity? background-color: rgba(0, 0, 255, 0.3) background-color: rgba(0, 0, 255, 255) background-color: rgba(0, 255, 255, 0.3) background-color: rgba(0, 0, 1, 0.3) 6 / 10 Which of the following specifies the red color with opacity? rgba(255, 0, 0, 255) rgba(255, 255, 255, 0.3) rgba(0, 0, 255, 0.3) rgba(255, 0, 0, 0.3) 7 / 10 In a RGBA color value, what does A stand for? A specifies the opacity for a color A specifies the Aqua color A specifies the opacity Azure color All of the above 8 / 10 What are the RGBA color values? RGBA color values are combination of four colors RGBA color values are an extension of RGB color values with background image RGBA color values are an extension of RGB color values with an alpha channel None of the above 9 / 10 Which CSS property allows you to specify an image to be used instead of the normal border around an element? border-image border-picture border-background border-bgimage 10 / 10 Which CSS property defines the radius of an element's corners? border-corner radius corner border-radius Your score isThe average score is 55% 0% Restart quiz