Answers for "By using which of the following options, the border of table can be collapsed?"

CSS
4

css table border-collapse

.table1 {
  border-collapse: collapse;
}
Posted by: Guest on May-14-2020

Code answers related to "By using which of the following options, the border of table can be collapsed?"

Browse Popular Code Answers by Language