728x90
반응형
표에서 머리글 행을 표시할때 사용함.
<body>
<section>
<h1>thead태그</h1>
<table>
<caption>caption</
<colgroup>
<col >
<col >
</
<thead>
<tr>
<th>header #1</
<th>header #2</
</tr>
</thead>
<tfoot>
<tr>
<td>
<td>
</
<tbody>
<tr>
<td>body
<td>
</tr>
</tbody>
</table>
</section>
...
728x90
반응형
'Web Programming > front-end' 카테고리의 다른 글
jQuery input 배열 값 가져오기 (0) | 2018.08.30 |
---|---|
오른쪽 마우스 금지 소스 / 드래그 금지 소스 (1) | 2014.04.09 |
<colgroup> (0) | 2013.09.25 |
<div>코딩 (0) | 2013.09.25 |
<frameset> (0) | 2013.09.25 |