table_type1 (class="table_type1")

copy code
<table class="" summary="">
	<caption></caption>
	<thead>
		<tr>
			<th class="first"></th>
			<th></th>
			<th></th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td class="first"></td>
			<td></td>
			<td></td>
		</tr>
	</tbody>
</table>
xx 표
col 1 col 2 col 3 col 4 col 5 col 6
01 02 03 04 05 06
01 02 03 04 05 06

table_type2 (class="table_type2")

copy code
<table class="" summary="">
	<caption></caption>
	<thead>
		<tr>
			<th class="first"></th>
			<th></th>
			<th></th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<th class="th_body"></th>
			<td></td>
			<td></td>
		</tr>
	</tbody>
</table>
xx 표
col 1 col 2 col 3 col 4 col 5 col 6
row 1 01 02 03 04 05
row 2 01 02 03 04 05

table_type3 (class="table_type3")

copy code
<table class="" summary="">
	<caption></caption>
	<tbody>
		<tr>
			<th></th>
			<td></td>
			<td></td>
		</tr>
		<tr>
			<th></th>
			<td></td>
			<td></td>
		</tr>
	</tbody>
</table>
xx 표
row 1 01 02 03 04 05
row 2 01 02 03 04 05
row 2 01 02 03 04 05