码迷,mamicode.com
首页 > Web开发 > 详细

html 表格

时间:2016-08-11 08:34:38      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:

<html>
    <head>
        <title></title>
    </head>
    <body>
        <table width="400px" cellspacing="0">
            <caption></caption>
            <tr><th></th></tr>
            <tr><td></td></tr>
        </table>
        
    </body>
</html>//cellspacing="0"就不会出现表格出现两条线那么难看,max-width 表格可以收缩,但必须有父级元素,position定位后和它的一样大放置在相同位置就可以随便缩放

html 表格

标签:

原文地址:http://www.cnblogs.com/lidepeng/p/5759527.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!