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

CSE :: CSS - CS

  1. Which of the following property sets the style of a font?

  2. A.

     font

    B.

     style

    C.

     font-style

    D.

     @font-face


  3. Which of the following property specifies whether an element is an accelerator indicator or not?

  4. A.

     push

    B.

     accelerator

    C.

     jump-start

    D.

     animation


  5. Which of the following property sets a variation of the specified or default font family?

  6. A.

     fonts

    B.

     font-style

    C.

     font-variant

    D.

     font-weight


  7. The @font-face rules assign different names to the regular and bold versions of the font.State true or false.

  8. A.

     True

    B.

     False


  9. Which of the following property adds padding to the top of an element?

  10. A.

     height

    B.

     padding-height

    C.

     top

    D.

     padding-top


  11. Which of the following display property value is described by treats the element as inline?

  12. A.

     inline-block

    B.

     list-item

    C.

     block

    D.

     inline


  13. Which of the following property defines the style for the bottom border of an element?

  14. A.

     border-bottom-style

    B.

     border-collapse

    C.

     border-style-bottom

    D.

     none of the mentioned


  15. Which of the following property defines the style for the left border of an element?

  16. A.

     border-style

    B.

     border-left-style

    C.

     border-left-width

    D.

     border-right


  17. Which of the following visibility property value is described by The element is not visible, but the layout of surrounding elements is not affected?

  18. A.

     visible

    B.

     hidden

    C.

     collapse

    D.

     none of the mentioned


  19. Which of the following display property value is described by used internally by browsers to create list items. Of no practical value to web designers?

  20. A.

     inline-block

    B.

     list-item

    C.

     group

    D.

     none