Home / CSE / CSS - CS :: Discussion

Discussion :: CSS - CS

  1. Which of the following property is used to specify table borders in CSS?

  2. A.

     table

    B.

     border

    C.

     table:border

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Example: table{border: 7px solid black;}


Be The First To Comment