Skip to content

Instantly share code, notes, and snippets.

@riix
Last active December 10, 2015 02:18
Show Gist options
  • Select an option

  • Save riix/4367106 to your computer and use it in GitHub Desktop.

Select an option

Save riix/4367106 to your computer and use it in GitHub Desktop.
table
<table class="table-a" summary="자유게시판 테이블">
<caption>번호, 유형, 제목을 포함한 자유게시판 테이블입니다.</caption>
<thead>
<tr>
<th scope="col" class="number"><span>번호</span></th>
<th scope="col" class="type"><span>유형</span></th>
<th scope="col" class="subject"><span><a href="#">제목</a></span></th>
</tr>
</thead>
<tbody>
<tr>
<td class="number">내용</td>
<td class="type">내용</td>
<td class="subject"><a href="#">긴 내용내용내용내용내용내용내용 내용내용내용내용내용내용내용내용내용</a></td>
</tr>
<tr>
<td class="number">내용</td>
<td class="type">내용</td>
<td class="subject"><a href="#">긴 내용내용내용내용내용내용내용 내용내용내용내용내용내용내용내용내용</a></td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment