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

CSE :: CSS - CS

  1. Which of the following value specifies a dashed outline?

  2. A.

     dash

    B.

     dashed

    C.

     double-dash

    D.

     all of the mentioned


  3. Which of the following property specifies the look and design of an outline?

  4. A.

     outline-font

    B.

     outline-style

    C.

     outline-format

    D.

     none of the mentioned


  5. Which of the following values specifies a 3D grooved outline?

  6. A.

     initial

    B.

     ridge

    C.

     groove

    D.

     groove3d


  7. Select the output of the following CSS.

    div {

    border-width: 5px;

    border-style: dotted solid double dashed;

    }

  8. A.

     Box having dotted top outline, solid right outline, double bottom outline and dashed left outline

    B.

     Box having dotted top outline, solid left outline, double bottom outline and dashed right outline

    C.

     Box having dotted bottom outline, solid right outline, double top outline and dashed left outline

    D.

     Box having dotted bottom outline, solid left outline, double top outline and dashed left outline


  9. Which of the following specifies the width of an outline?

  10. A.

     outline-size

    B.

     outline-width

    C.

     outline-height

    D.

     both a and b


  11. Which of the following value specifies a solid outline?

  12. A.

     bold

    B.

     rock

    C.

     solid

    D.

     dashed


  13. What does all media type is used for?

  14. 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


  15. What does projection media type is used for?

  16. A.

     For use with projected media (direct computer-to-projector presentations), or printing transparencies for projection.

    B.

     For use with color computer screens

    C.

     For use with handheld devices

    D.

     For use with television-type devices


  17. What does tty media type is used for ?

  18. A.

     For use with low-resolution teletypes, terminals, or other devices with limited display capabilities.

    B.

     For use with Braille printers.

    C.

     For use with speech synthesizers.

    D.

     For use with projected media (direct computer-to-projector presentations), or printing transparencies for projection.


  19. What does aural media type is used for ?

  20. A.

     For use with low-resolution teletypes, terminals, or other devices with limited display capabilities

    B.

     For use with Braille printers

    C.

     For use with speech synthesizers

    D.

     For use with projected media (direct computer-to-projector presentations), or printing transparencies for projection