"HTML 테이블 모든 테두리 1px 주기"의 두 판 사이의 차이

6번째 줄: 6번째 줄:
<source lang='html5'>
<source lang='html5'>
<style type="text/css">   
<style type="text/css">   
table { border-collapse:collapse; border:1px solid #000000; }   
table { border-collapse:collapse; }   
table * { border:1px solid #000000; }
table, th, td { border:1px solid #000000; }
</style>
</style>
</source>
</source>

2012년 4월 11일 (수) 22:11 판

  • HTML 테이블 모든 테두리 1px 주기
  • HTML 테이블 모든 테두리 1픽셀 주기
  • 테이블 1px

1 css

<style type="text/css">  
table { border-collapse:collapse; }  
table, th, td { border:1px solid #000000; }
</style>

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}