코딩/HTML\CSS\JS
[html] MDN 정리3
낫띵온미
2023. 1. 4. 14:14
table
- <table>
- <td> : table data
- <tr> : table row
- <th> : thable header
- colspan="2"
- rowspan="2"
- <colgroup> - <col> : col마다 스타일 지정
- <thead> : 주로 th의 첫번째 행, <colgrou> 바로 아래
- <tfoot> : 마지막 행
- <tbody> : 나머지 부분
nested table
- <table> 중첩 가능
연관성
- <th scope="col || colgroup"> : 헤더가 행/열의 헤더임을 나타냄
- id & header
- <th id="name">
- <td headers="name name">