표 만드는 태그<table>~</table>: 표 전체<tr>~<</tr>: 행<td>~</td>: 셀 <ts>~</ts>: 제목 셀
<colgroup> <col style="width:300px;"> 합칠 때 크기 조정 </colgroup><td colspan="5">월화수목금</td> 셀 5개를 합쳐 월화수목금 만들기<td colspan="3"></td> 셀 3개를 합쳐 계획 만들기