<table>
</table>
표 안에 또 표를 넣는 것도 가능.
<tr> table row
<td> table data : 요것이 실제로 내용이 들어가는 한 칸을 담당한다.
<table>
<tr> 먼저 행 제목을 적어준다.
<td>Emil</td>
<td>Tobias</td>
<td>Linus</td>
</tr>
<tr> 그 다음엔 그 다음줄 내용.
<td>16</td>
<td>14</td>
<td>10</td>
</tr>
</table>
HTML Table Tags
<table> | Defines a table |
<th> | Defines a header cell in a table |
<tr> | Defines a row in a table |
<td> | Defines a cell in a table |
<caption> | Defines a table caption |
<colgroup> | Specifies a group of one or more columns in a table for formatting |
<col> | Specifies column properties for each column within a <colgroup> element |
<thead> | Groups the header content in a table |
<tbody> | Groups the body content in a table |
<tfoot> | Groups the footer content in a table |
결과
'HTML' 카테고리의 다른 글
[HTML] 표 - 셀합치기 (0) | 2024.07.02 |
---|---|
css padding, margin 위 오른쪽 아래 왼쪽 순서 쉽게 기억하는 법 (html) (0) | 2024.06.18 |
html margin 여백 옵션 (0) | 2024.05.23 |
표 가운데 정렬 html (center table html) (0) | 2024.05.23 |
html 표 관련 - table, th, td, tr 공백, 병렬, 광고 두개, script, 스크립트, 띄우기, 여백 (0) | 2013.05.10 |
댓글