`
meohao
  • 浏览: 94836 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

编程那点事儿中的一道题:画一个单线表格

阅读更多
<html>
<head>
   <title>hehe</title>
<style type="text/css">
.td{border:1px #0066ff solid;}
.table{border-collapse:collapse;}
</style>


</head>
<body>
<table width="300" class="table">
        <tr align=center>
            <td class="td">1</td>
            <td class="td">2</td>
        </tr>
        <tr align=center>
            <td class="td">3</td>
            <td class="td">4</td>
        </tr>
</table>
</body>
  • 描述: 结果
  • 大小: 756 Bytes
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics