Home / CSE / CSS - CS :: Basic CSS

CSE :: CSS - CS

  1. Which of the following CSS3 Color Feature like RGB color but adds an alpha channel value to specify the opacity of the color?

  2. A.

     RGB

    B.

     RGBa

    C.

     RGBaplha

    D.

     AlphaRGB


  3. Which of the following Color Format is a CSS’s six-digit hexadecimal format is the same as color defined in (X)HTML?

  4. A.

     6-Hex Color

    B.

     3-Hex Color

    C.

     RGBS

    D.

     RGBa


  5. 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?

  6. A.

     HSLa Color

    B.

     Commonly defined named colors

    C.

     System Color Names

    D.

     Specificationdefined named colors


  7. Which of the following Color Format are a 17 defined colors under CSS 2.1?

  8. A.

     HSLa Color

    B.

     Commonly defined named colors

    C.

     System Color Names

    D.

     Specificationdefined named colors


  9. 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?

  10. A.

     RGB Color

    B.

     RGBa Color

    C.

     HSL Color

    D.

     HSLa Color


  11. 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?

  12. A.

     RGB Color

    B.

     RGBa Color

    C.

     HSL Color

    D.

     HSLa Color


  13. Which of the following Selector selects an element if it’s the only child of its parent with its type?

  14. A.

     @media

    B.

     :target

    C.

     ::selection

    D.

     :only-of-type


  15. Which of the following Selector same as :firstline; changed under CSS3 to make pseudoelements obvious?

  16. A.

     :first-letter

    B.

     :last-child

    C.

     :first-line

    D.

     ::first-line


  17. What does HSL stands for?

  18. A.

     Hue Specified Lightness

    B.

     Hue Spot Lightness

    C.

     Hue Saturation Lightness

    D.

     None of the mentioned


  19. Which of the following is not an Absolute Unit?

  20. A.

     px

    B.

     em

    C.

     pt

    D.

     mm