Last active
December 10, 2015 02:18
-
-
Save riix/4367106 to your computer and use it in GitHub Desktop.
table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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