(→css) |
|||
6번째 줄: | 6번째 줄: | ||
<source lang='html5'> | <source lang='html5'> | ||
<style type="text/css"> | <style type="text/css"> | ||
table { border-collapse:collapse | table { border-collapse:collapse; } | ||
table | table, th, td { border:1px solid #000000; } | ||
</style> | </style> | ||
</source> | </source> |
2012년 4월 11일 (수) 22:11 판
- HTML 테이블 모든 테두리 1px 주기
- HTML 테이블 모든 테두리 1픽셀 주기
- 테이블 1px
1 css
html
Copy
<style type="text/css">
table { border-collapse:collapse; }
table, th, td { border:1px solid #000000; }
</style>
2 같이 보기
편집자 221.150.66.237 Jmnote 112.159.215.66 121.162.110.90 220.77.191.197
로그인하시면 댓글을 쓸 수 있습니다.
- 분류 댓글:
- HTML table (2)
- CSS (1)
자바스크립트 HTML 테이블 행 추가/삭제 ― Pilming자바스크립트 HTML 테이블 행 추가/삭제 ― Jmnote