댓글 검색 목록

[bootstrap] 테이블을 위한 코드

페이지 정보

작성자 운영자 작성일 15-05-23 20:09 조회 2,858 댓글 0

기본 형태 : 

<table class="table">
<thead><tr><th></th></tr></thead>
<tbody><tr><td></td></tr></tbody>
</table>

table-striped 형태 :  

<table class="table table-striped">
<thead><tr><th>Col 1</th><th>Col 2</th><th>Col 3</th></tr></thead>
<tbody><tr><td>..</td><td>..</td><td>..</td></tr></tbody>
</table>

table-bordered 형태 : 

<table class="table table-bordered">
<thead><tr><th>Col 1</th><th>Col 2</th><th>Col 3</th></tr></thead>
<tbody><tr><td>..</td><td>..</td><td>..</td></tr></tbody>
</table>

table-hover 형태 : 

<table class="table table-hover">
<thead><tr><th>Col 1</th><th>Col 2</th><th>Col 3</th></tr></thead>
<tbody><tr><td>..</td><td>..</td><td>..</td></tr></tbody>
</table>


댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.