2、其次,用td标签定义了单元格宽度。
3、最后,根据要求选择距离设置即可。HTML中的table标签是用来定义表格的,它与一个或者多个tr,th,td元素共同构成html表格。
1、新建一个html文件,命名为test.html。
2、在test.html文件中,使用table标签创建一个三行两列的表格,用于测试。
3、在test.html文件中,给table标签添加一个class属性,用于下面样式定义。
4、在css标签内,通过class定义tbale标签的样式。
5、在css标签内,使用border-spacing属性定义表格单元格之间边框的距离即可了。
margin-top,margin-left,margin-right,margin-bottom,用这4个控制距离<table style="margin-top:4pxmargin-left:4pxmargin-right:4pxmargin-bottom:4px">
</table>
表格距离上下左右都是4px
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)