资料
表格
制度
合同
管理
职场
经营
创业
范文
总结
计划
作文
文章
美文
词句
教程
模板
图片
字体
图标
办公
人事
财务
生产
管理资源吧首页
>>>
教程
>>>
编程
>>>
CSS/HTML教程
>>>
css+table 1px边框单元格
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=GB2312" /> <title>css table 之1px边框单元格--管理资源吧</title> </head> <body> <style type="text/css"> .myTable,.myTable td { border:1px solid #cccccc; border-collapse:collapse; } </style> <table width="200" class="myTable" > <tr> <td>管理资源吧</td> <td>管理资源吧</td> <td>管理资源吧</td> </tr> <tr> <td>管理资源吧</td> <td>管理资源吧</td> <td>管理资源吧</td> </tr> <tr> <td>管理资源吧</td> <td>管理资源吧</td> <td>管理资源吧</td> </tr> </table> </body> </html>
[Ctrl+A 全选 注:
如需引入外部Js需刷新才能执行
]
教程首页
更多教程