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

HTML中table边框的显示总结转载▼

时间:2015-05-26 12:10:38      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:

HTML中table边框的显示总结

(2012-07-19 22:03:28)
   
一、
1、显示表格的4个边框:<table border frame=box>
2、只显示上边框: <table border frame=above>
3、只显示下边框: <table border frame=below>
4、只显示上下边框: <table border frame=hsides>
5、只显示左右边框: <table border frame=vsides>
6、只显示左边框: <table border frame=lhs>
7、只显示右边框: <table border frame=rhs>
8、不显示任何边框: <table border frame=void>

二、
1、只显示列与列之间的分隔线:<table rules=cols>
2、只显示行与行之间的分隔线:<table rules=rows>
3、不显示任何分隔线: <table rules=none> (只显示四个边框)
4、显示所有分隔线: <table rules=all>

但是还要提醒的是,nc不支持这些表格属性!

HTML中table边框的显示总结转载▼

标签:

原文地址:http://www.cnblogs.com/mjzhang/p/4530255.html

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