Answers for "Which of the following is the correct option for collapse a border into single border"

CSS
4

css table border-collapse

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

Code answers related to "Which of the following is the correct option for collapse a border into single border"

Browse Popular Code Answers by Language