twitter-bootstrap
테이블
수색…
간단한 테이블
스타일 효과는 테마에 따라 다를 수 있지만 .table 클래스는 응용 프로그램의 테이블에 대해 일관되고 일관된 모양을 만드는 데 사용됩니다.
<table class="table">
<tr>
<th>Season</th>
<th>Doctor</th>
<th>Companion</th>
</tr>
<tr>
<td>1</td>
<td>Christopher Eccleston</td>
<td>Rose Tyler</td>
</tr>
</table>
Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow