<table class="table"> // 기본 테이블
<table class="table table-hover"> // 마우스 오버시 줄단위로 강조처리
<table class="table table-striped"> // 흰줄, 회색줄 번갈아서 표시
<table class="table table-bordered"> // 테두리 격자
<table class="table table-condensed"> // 테두리 격자(좁은)

<tr class="active"> // 회색
<tr class="success"> // 기본
<td class="warning"> // 노란색
<td class="danger"> // 붉은색
블로그 이미지

디츠

“말은 쉽지, 코드를 보여줘.” “Talk is cheap. Show me the code.” – 리누스 토르발스(Linus Torvalds)

,