Home / CSE / CSS - CS :: Discussion

Discussion :: CSS - CS

  1. Which of the following property sets whether the table borders are collapsed into a single border or separated:?

  2. A.

     border

    B.

     border-collapse

    C.

     collapse

    D.

     table-border

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Example: table{ border-collapse: collapse;}


Be The First To Comment