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

CSE :: CSS - CS

  1. Identify the CSS property defining bottom-left corner shape of the border?

  2. A.

     border-radius

    B.

     border-corner-radius

    C.

     border-bottom-left-radius

    D.

     border-left-radius


  3. Select the CSS property that sets the width of an element’s bottom border?

  4. A.

     border-width

    B.

     border-bottom

    C.

     border-width-down

    D.

     border-bottom-width


  5. Which of the following CSS property border-color property sets the color of an element’s four borders?

  6. A.

     border-background

    B.

     border-background-color

    C.

     border-color

    D.

     all of the mentioned


  7. Choose the CSS property that can be used for collapsing the borders between table cells?

  8. A.

     border

    B.

     collapse-border

    C.

     border-collapse

    D.

     border-cell


  9. Which CSS property can be used to set the image as border instead of the border style?

  10. A.

     background-image

    B.

     border-image

    C.

     background-image-source

    D.

     border-image-source


  11. In how many way border-image-width CSS property can be defined?

  12. A.

     4

    B.

     6

    C.

     8

    D.

     9


  13. Which of the following is not an appropriate value for border-collapse?

  14. A.

     all

    B.

     collapse

    C.

     inherit

    D.

     separate


  15. Which of the following specifies the distance between the borders of adjacent cells?

  16. A.

     border-spacing-cell

    B.

     border-width-spacing

    C.

     border-spacing

    D.

     cell-spacing


  17. Which of the following property defines the border-width, border-style and border-color of an element’s top border in a single declaration?

  18. A.

     border

    B.

     border-top

    C.

     border-top-corner

    D.

     border-top-style


  19. Which of the following CSS property is used to set the text formatting?

  20. A.

     font

    B.

     font-style

    C.

     text-decoration

    D.

     all of the mentioned