Home / CSE / CSS - CS :: CSS Text, Borders and Images

CSE :: CSS - CS

  1. What does braille media type is used for?

  2. A.

     For use with all devices

    B.

     For use with speech synthesizers

    C.

     For use with handheld devices

    D.

     For use with tactile Braille devices


  3. The __________ rule makes it possible to define different style rules for different media types in the same stylesheet.

  4. A.

     audio/video

    B.

     sink

    C.

     @media

    D.

     @canvas


  • What is the way to specify media dependencies for style sheets ?

  • A.

     Specify the target medium from a style sheet with the @media or @import at-rules

    B.

     Specify the target medium within the document language

    C.

     both (A) and (B)

    D.

     none of the mentioned


  • ____________ types are mutually exclusive in the sense that a user agent can only support one media type when rendering a document.

  • A.

     tv

    B.

     tty

    C.

     media

    D.

     audio


  • If an @media/@import rule contains a malformed media type (not an identifier) then the statement is valid. State true or false.

  • A.

     True

    B.

     False


  • Media type names are case-insensitive. State true or false.

  • A.

     True

    B.

     False


  • Which of the following property defines in a shorthand form the width, style, and color for the bottom border of an element?

  • A.

     border-bottom

    B.

     border-bottom-color

    C.

     border-bottom-all

    D.

     none of the mentioned


  • Which of the following property sets the width of an element’s bottom border?

  • A.

     border

    B.

     border-collapse

    C.

     border-bottom-width

    D.

     none of the mentioned


  • Which of the following property defines whether table cell borders are connected or separate?

  • A.

     border-table

    B.

     border

    C.

     border-collapse

    D.

     none of the mentioned


  • Which of the following property defines the style for the right border of an element?

  • A.

     border-spacing

    B.

     border-spacing

    C.

     border-right

    D.

     border-right-style