Home / CSE / CSS - CS :: Discussion

Discussion :: CSS - CS

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

  2. A.

     border

    B.

     border-style

    C.

     border-left

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Syntax: border-left: border-width border-style border-color;


Be The First To Comment