In an HTML table, the cellpadding and cellspacing can be set like this:
cellpadding
cellspacing
28条回答 天涯浪人 (楼主) 2020-11-22 02:42 Just use border-collapse: collapse for your table, and padding for th or td. 0 讨论(0) 查看其它28个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Just use border-collapse: collapse for your table, and padding for th or td.
border-collapse: collapse
padding
th
td