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 top border of an element?

  2. A.

     border-style

    B.

     border-height

    C.

     border-width

    D.

     border-top

    View Answer

    Workspace

    Answer : Option D

    Explanation :

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


Be The First To Comment