CSS Borders


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











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    The border-image-source property specifies the path to the image to be used as a border (instead of the normal border around an element).


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











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    The border-collapse property sets whether the table borders are collapsed into a single border or detached as in standard HTML.



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











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    The border-color property sets the color of an element’s four borders. This property can have from one to four values.


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











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    The border-bottom-width CSS property sets the width of the bottom border of a box.



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











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    CSS3 border-radius property allows you can give any element “rounded corners”.