欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

html5 td中的5它空隙--待解决

发布时间:2023/12/18 编程问答 56 豆豆
生活随笔 收集整理的这篇文章主要介绍了 html5 td中的5它空隙--待解决 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

这是html5的bug吗?

td中的图片下有5px空隙,文字没有。

<!DOCTYPE HTML> <html lang="en-US"> <head><meta charset="UTF-8"><title></title> </head> <body> <style type="text/css"> *{margin:0;padding:0;} </style> <table cellpadding="0" cellspacing="0"><tr><td><div style="background:#ccc;">下面有5px空隙</div></td></tr><tr><td><div style="background:#ccc;">下面有5px空隙</div></td></tr><tr><td><div style="background:#ccc;">下面有5px空隙</div></td></tr><tr><td><div style="background:#ccc;">下面有5px空隙</div></td></tr> </table> <table width="980" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01"><tr><td><img src="http://hd.yidianda.com/zt/201210/25/images/4_01.jpg" width="980" height="201" alt=""></td></tr><tr><td><img src="http://hd.yidianda.com/zt/201210/25/images/4_02.jpg" alt="" width="980" height="176" border="0" usemap="#Map"></td></tr><tr><td><img src="http://hd.yidianda.com/zt/201210/25/images/4_03.jpg" width="980" height="166" alt=""></td></tr><tr><td><img src="http://hd.yidianda.com/zt/201210/25/images/4_04.jpg" width="980" height="457" alt=""></td></tr><tr><td><img src="http://hd.yidianda.com/zt/201210/25/images/4_05.jpg" width="980" height="448" alt=""></td></tr><tr><td><img src="http://hd.yidianda.com/zt/201210/25/images/4_06.jpg" width="980" height="231" alt=""></td></tr><tr><td><img src="http://hd.yidianda.com/zt/201210/25/images/4_07.jpg" width="980" height="186" alt=""></td></tr><tr><td><img src="http://hd.yidianda.com/zt/201210/25/images/4_08.jpg" width="980" height="224" alt=""></td></tr></table> </body> </html>

 

 

转载于:https://www.cnblogs.com/cssfirefly/archive/2012/10/25/2739419.html

总结

以上是生活随笔为你收集整理的html5 td中的5它空隙--待解决的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。