CSS 技巧01
只显示上边框 <table frame=above> 只显示下边框 <table frame=below> 只显示左、右边框 <table frame=vsides> 只显示上、下边框 <table frame=hsides> 只显示左边框 <table frame=lhs> 只显示右边框 <table frame=rhs> 不显示任何边框 <table frame=void> <table rules=cols cellspacing=0 align=left> 可以隐藏横向的分隔线 <table rules=rows cellspacing=0 align=right>可以隐藏纵向的分隔线 <table rules=none cellspacing=0 align=center>可以隐藏横向和纵向的分隔线 <table id="table1" style="width: 50%" rules=rows cellspacing=0 align=left> <tr><th>Name</th><th>Sex</th><th>Age</th></tr> <tr><th>a</th><th>a</th><th>a</th></tr> <tr><th>a</th><th>a</th><th>a</th></tr> <tr><th>a</th><th>a</th><th>a</th></tr> <tr><th>a</th><th>a</th><th>a</th></tr> </table>
相关推荐
世樹 2020-11-11
SCNUHB 2020-11-10
bleach00 2020-11-10
FellowYourHeart 2020-10-05
momode 2020-09-11
思君夜未眠 2020-09-04
jessieHJ 2020-08-19
行吟阁 2020-08-09
表格的现在还是较为常用的一种标签,但不是用来布局,常见处理、显示表格式数据。在HTML网页中,要想创建表格,就需要使用表格相关的标签。<table> <tr> <td>单元格内的文字</td> ...
gufudhn 2020-08-09
末点 2020-08-03
nimeijian 2020-07-30
好记忆也需烂 2020-07-28
zlsdmx 2020-07-05
tomson 2020-07-05
tianqi 2020-07-05
onlykg 2020-07-04