CSS 技巧01
  C5bk9rm9TFUo 2023年11月02日 27 0


只显示上边框   <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>

 

【版权声明】本文内容来自摩杜云社区用户原创、第三方投稿、转载,内容版权归原作者所有。本网站的目的在于传递更多信息,不拥有版权,亦不承担相应法律责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@moduyun.com

  1. 分享:
最后一次编辑于 2023年11月08日 0

暂无评论

推荐阅读
  A32uB2Hhmc6N   2023年12月12日   50   0   0 MySQLMySQLideide
  0m5NSAqMb1kD   2023年12月08日   28   0   0 MySQLMySQLcici
  5a6ysVJd64PV   2023年12月12日   30   0   0 ciredisciredis
C5bk9rm9TFUo