πŸ“Š CSS
Q. Which of the following is not an Absolute Unit?
  • (A) pt
  • (B) mm
  • (C) em
  • (D) px
πŸ’¬ Discuss
βœ… Correct Answer: (C) em
πŸ“Š CSS
Q. What does HSL stands for?
  • (A) Hue Saturation Lightness
  • (B) Hue Specified Lightness
  • (C) Hue Spot Lightness
  • (D) All of above
πŸ’¬ Discuss
βœ… Correct Answer: (A) Hue Saturation Lightness
πŸ“Š CSS
Q. Which of the following Selector same as :firstline; changed under CSS3 to make pseudoelements obvious?
  • (A) ::first-line
  • (B) :first-letter
  • (C) :last-child
  • (D) :first-line
πŸ’¬ Discuss
βœ… Correct Answer: (A) ::first-line
πŸ“Š CSS
Q. Which of the following Selector selects an element if it’s the only child of its parent with its type?
  • (A) ::selection
  • (B) :only-of-type
  • (C) :target
  • (D) @media
πŸ’¬ Discuss
βœ… Correct Answer: (B) :only-of-type
πŸ“Š CSS
Q. Which of the following Color Format is a CSS3 HSL value with a fourth value to set the alpha channel value for the color to define the opacity of the element?
  • (A) HSLa Color
  • (B) HSL Color
  • (C) RGBa Color
  • (D) RGB Color
πŸ’¬ Discuss
βœ… Correct Answer: (A) HSLa Color
πŸ“Š CSS
Q. 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) HSLa Color
  • (B) HSL Color
  • (C) RGB Color
  • (D) RGBa Color
πŸ’¬ Discuss
βœ… Correct Answer: (C) RGB Color
πŸ“Š CSS
Q. Which of the following Color Format are a 17 defined colors under CSS 2.1?
  • (A) Specification defined named colors
  • (B) System Color Names
  • (C) Commonly defined named colors
  • (D) HSLa Color
πŸ’¬ Discuss
βœ… Correct Answer: (A) Specification defined named colors
πŸ“Š CSS
Q. Which of the following Color Format is a CSS2 introduced named color keywords which allows Web page colors to be matched to an operating system’s color use?
  • (A) Specification defined named colors
  • (B) System Color Names
  • (C) Commonly defined named colors
  • (D) HSLa Color
πŸ’¬ Discuss
βœ… Correct Answer: (B) System Color Names
πŸ“Š CSS
Q. Which of the following Color Format is a CSS’s six-digit hexadecimal format is the same as color defined in (X)HTML?
  • (A) 3-Hex Color
  • (B) RGBa
  • (C) 6-Hex Color
  • (D) RGBS
πŸ’¬ Discuss
βœ… Correct Answer: (C) 6-Hex Color
πŸ“Š CSS
Q. Which of the following CSS3 Color Feature like RGB color but adds an alpha channel value to specify the opacity of the color?
  • (A) RGBaplha
  • (B) RGB
  • (C) AlphaRGB
  • (D) RGBa
πŸ’¬ Discuss
βœ… Correct Answer: (D) RGBa