HTML表格内边距怎么设置
如需控制表格中内容与边框的距离,请为 td 和 th 元素设置 padding 属性:
td
{
padding:15px;
}
html有什么特点
本文标题:HTML表格内边距怎么设置
本文链接:https://www.qqooo.cn/post/6745.html
版权说明:网站文章均来源于手工整理和网友投稿,若有不妥之处请来信 xsds@vip.qq.com 处理,谢谢!
如需控制表格中内容与边框的距离,请为 td 和 th 元素设置 padding 属性:
td
{
padding:15px;
}
本文标题:HTML表格内边距怎么设置
本文链接:https://www.qqooo.cn/post/6745.html
版权说明:网站文章均来源于手工整理和网友投稿,若有不妥之处请来信 xsds@vip.qq.com 处理,谢谢!