为了账号安全,请及时绑定邮箱和手机立即绑定

html表格 table

html表格 table

慕粉9183617 2015-06-11 23:17:43
<html> <head> <title>设置单元格边距</title> <style type="text/css">   body {     margin: 0;     padding: 0;   } </style> </head> <body>   <div>     <table width="380" border="1" cellpadding="0" align="center">      <tr>       <td >博文视点</td>       <td>&nbsp;</td>       <td>&nbsp;</td>      </tr>     </table>     <table width="380" border="1" cellpadding="5" align="center">       <tr>         <td >博文视点</td>         <td>&nbsp;</td>         <td>&nbsp;</td>       </tr>     </table>   </div> </body> </html>怎样去掉表格顶端与浏览器之间的空白?
查看完整描述

2 回答

已采纳
?
不二小青年

TA贡献1条经验 获得超0个赞

body{line-height:0;}

查看完整回答
反对 回复 2015-06-11
?
cxmharry

TA贡献1条经验 获得超0个赞

学习            1

查看完整回答
反对 回复 2015-06-12
  • 2 回答
  • 1 关注
  • 1440 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信