1. 程式人生 > >HTML中table邊框的顯示總結

HTML中table邊框的顯示總結

一、
1、顯示錶格的4個邊框:<table borderframe=box>
2、只顯示上邊框: <table borderframe=above>
3、只顯示下邊框: <table borderframe=below>
4、只顯示上下邊框: <table borderframe=hsides>
5、只顯示左右邊框: <table borderframe=vsides>
6、只顯示左邊框: <table borderframe=lhs>
7、只顯示右邊框: <table borderframe=rhs>
8、不顯示任何邊框: <table borderframe=void>

二、

1、只顯示列與列之間的分隔線:<tablerules=cols>
2、只顯示行與行之間的分隔線:<tablerules=rows>
3、不顯示任何分隔線: <table rules=none>(只顯示四個邊框)
4、顯示所有分隔線: <table rules=all>

但是還要提醒的是,nc不支援這些表格屬性!

http://blog.sina.com.cn/s/blog_90aad2c9010180cf.html