Answers for "some gap between table td in table"

CSS
0

remove gap between td in table

<table cellspacing="0">
Posted by: Guest on February-24-2021
2

html table td spacing

border-spacing: 10px;
border-collapse: separate;
Posted by: Guest on June-11-2021

Browse Popular Code Answers by Language