Home » CSS » CSS Tables » Question
  1. Which of the following property sets whether the table borders are collapsed into a single border or separated:?
    1. table-border
    2. collapse
    3. border-collapse
    4. border
    5. None of these
Correct Option: C

Example: table{ border-collapse: collapse;}



Your comments will be displayed only after manual approval.