Post
HTML
<table border="1" width="1200px">
<colgroup>
<col style="width: 10%" />
<col style="width: 22.5%" />
<col style="width: 22.5%" />
<col style="width: 22.5%" />
<col style="width: 22.5%" />
</colgroup>
<tbody>
<tr>
<th rowspan="2">학력사항</th>
<th>재학기간</th>
<th>학교명</th>
<th>전공 및 성적</th>
<th>소재지</th>
</tr>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</tbody>
</table>
ON BROWSER

'HTML related' 카테고리의 다른 글
| HTML Examples Form#Checkbox (0) | 2023.01.19 |
|---|---|
| HTML Examples Form#ID | Password Input (0) | 2023.01.19 |
| HTML Form Related Tag List (0) | 2023.01.18 |
| HTML Semantic Tag List (0) | 2023.01.18 |
| HTML Basic Tag List (0) | 2023.01.18 |