In an HTML table, the cellpadding and cellspacing can be set like this:
cellpadding
cellspacing
28条回答 无人及你 (楼主) 2020-11-22 02:43 table { border-spacing: 4px; color: #000; background: #ccc; } td { padding-left: 4px; } 0 讨论(0) 查看其它28个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
table { border-spacing: 4px; color: #000; background: #ccc; } td { padding-left: 4px; }