table style

기본 6가지의 테이블 스타일이 정의되어 있으며 취향에 맞게 추가,변경할 수 있습니다.

table-1

table-2

table-3

table-4

table-5

table-6

table-1

Markup

<table class="table-1">
    <tr>
        <td>내용</td>
        <td>내용</td>
        <td>내용</td>
        <td>내용</td>
    </tr>
    ...
    ...
    ...
</table>

설명

table태그에 table-1 클래스를 추가하면 table-style-1이 적용됩니다.

결과화면 소스보기

타이틀 타이틀 타이틀 타이틀
내용 내용 내용 내용
내용 내용 내용 내용
내용 내용 내용 내용
내용 내용 내용 내용
내용 내용 내용 내용

table-2

Markup

<table class="table-2">
    <tr>
        <td>내용</td>
        <td>내용</td>
        <td>내용</td>
        <td>내용</td>
    </tr>
    ...
    ...
    ...
</table>

설명

table태그에 table-2 클래스를 추가하면 table-style-2가 적용됩니다.

결과화면 소스보기

타이틀 타이틀 타이틀 타이틀
내용 내용 내용 내용
내용 내용 내용 내용
내용 내용 내용 내용
내용 내용 내용 내용
내용 내용 내용 내용

table-3

Markup

<table class="table-3">
    <tr>
        <td>내용</td>
        <td>내용</td>
        <td>내용</td>
        <td>내용</td>
    </tr>
    ...
    ...
    ...
</table>

설명

table태그에 table-3 클래스를 추가하면 table-style-3이 적용됩니다.

결과화면 소스보기

타이틀 타이틀 타이틀 타이틀
내용 내용 내용 내용
내용 내용 내용 내용
내용 내용 내용 내용
내용 내용 내용 내용
내용 내용 내용 내용

table-4

Markup

<table class="table-4">
    <tr>
        <td>내용</td>
        <td>내용</td>
        <td>내용</td>
        <td>내용</td>
    </tr>
    ...
    ...
    ...
</table>

설명

table태그에 table-4 클래스를 추가하면 table-style-4가 적용됩니다.

결과화면 소스보기

타이틀 타이틀 타이틀 타이틀
내용 내용 내용 내용
내용 내용 내용 내용
내용 내용 내용 내용
내용 내용 내용 내용
내용 내용 내용 내용

table-5

Markup

<table class="table-5">
    <tr>
        <td>내용</td>
        <td>내용</td>
        <td>내용</td>
        <td>내용</td>
    </tr>
    ...
    ...
    ...
</table>

설명

table태그에 table-5 클래스를 추가하면 table-style-5가 적용됩니다.

결과화면 소스보기

타이틀 타이틀 타이틀 타이틀
내용 내용 내용 내용
내용 내용 내용 내용
내용 내용 내용 내용
내용 내용 내용 내용
내용 내용 내용 내용

table-6

Markup

<table class="table-6">
    <tr>
        <td>내용</td>
        <td>내용</td>
        <td>내용</td>
        <td>내용</td>
    </tr>
    ...
    ...
    ...
</table>

설명

table태그에 table-6 클래스를 추가하면 table-style-6이 적용됩니다.

결과화면 소스보기

타이틀 타이틀 타이틀 타이틀
내용 내용 내용 내용
내용 내용 내용 내용
내용 내용 내용 내용
내용 내용 내용 내용
내용 내용 내용 내용

지원 브라우저

Chrome Safari Edge Firefox IE6~11