더북(TheBook)

03/07/scope.html

<table>
  <tr>
    <th scope="col">구분</th>
    <th scope="col">중간고사</th>
    <th scope="col">기말고사</th>
  </tr>
  <tr>
    <th scope="row">전공</th>
    <td>A+</td>
    <td>B+</td>
  </tr>
  <tr>
    <th scope="row">교양</th>
    <td>C-</td>
    <td>B</td>
  </tr>
</table>

또한, 제목이 colspan이나 rowspan으로 병합된 셀이라면 col이나 row 대신에 colgroup, rowgroup을 사용하면 됩니다.

신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.