表格:(2)表格边框的隐藏

图例
    原代码

   
   
 
只显示上边框 <table frame=above>

   
   
 
只显示下边框 <table frame=below>

   
   
 
只显示左、右边框 <table frame=vsides>

   
   
 
只显示上、下边框 <table frame=hsides>

   
   
 
只显示左边框 <table frame=lhs>

   
   
 
只显示右边框 <table frame=rhs>

   
   
 
不显示任何边框 <table frame=void>