Home / CSE / CSS - CS :: CSS3

CSE :: CSS - CS

  1. Which of the following nav-right value is used to the inherits this property from its parent element?

  2. A.

     auto

    B.

     id

    C.

     target-name

    D.

     inherit


  3. Which of the following Module is not available in CSS3.

  4. A.

     DOMs

    B.

     Fonts

    C.

     Backgrounds and Borders

    D.

     Color


  5. What module introduces the ability to modify CSS property values over time, such as position or color, to create animated layouts?

  6. A.

     3D Transforms

    B.

     Animations

    C.

     2D Transforms

    D.

     Box Model


  7. What module defines the management of generated content for print output, including crop mark indication, header/footer handling, and much more?

  8. A.

     Behavioral Extensions

    B.

     Generated and Replaced Content

    C.

     Generated Content for Paged Media

    D.

     Grid Positioning


  9. What module defines the handling of lists, including marker styles and some aspects of counters?

  10. A.

     Line Layout

    B.

     Lists

    C.

     Media Queries

    D.

     Namespaces


  11. What module expands the absolute and relative units of measure, including significant changes to support animation and aural changes with time (s and ms) and angle (deg and rad) values?

  12. A.

     Transitions

    B.

     Template Layout

    C.

     Web Fonts

    D.

     Values and Units


  13. Which of the following selector is used to selects siblings?

  14. A.

     ::after

    B.

     E ~ F

    C.

     :checked

    D.

     E[attr^=value]


  15. Which of the following selector is used to selects the elements that are the default among a set of similar elements?

  16. A.

     ::after

    B.

     :disabled

    C.

     :default

    D.

     :checked


  17. Which of the following selector is used to selects the element that is the first child of its parent that is of its type?

  18. A.

     :nth-child(n)

    B.

     ::first-line

    C.

     :last-of-type

    D.

     :first-of-type


  19. Which of the following selector is used to selects the element that is the nth child of its parent?

  20. A.

     :nth-child(n)

    B.

     ::first-line

    C.

     :last-of-type

    D.

     :first-of-type