| 예시 코드
<table>
<th>테이블</th>
<th>만들기</th>
<tr>
<td>첫번째 칸</td>
<td>두번째 칸</td>
</tr>
<tr>
<td>첫번째 칸</td>
<td>두번째 칸</td>
</tr>
</table>
th : table header
tr : table row
td : table data
* table 태그에는 class를 지정할 수 있다.