부트 스트랩 스트라이프 행
부트 스트랩 스트라이프 행
이 .table-striped클래스는 표에 지브라 줄무늬를 추가합니다.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h2>Striped Rows</h2>
<p>The .table-striped class adds zebra-stripes to a table:</p>
<table class="table table-striped">
<thead>
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Email</th>
</tr>
</thead>
<tbody>
<tr>
<td>John</td>
<td>Doe</td>
<td>john@example.com</td>
</tr>
<tr>
<td>Mary</td>
<td>Moe</td>
<td>mary@example.com</td>
</tr>
<tr>
<td>July</td>
<td>Dooley</td>
<td>july@example.com</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
이 .table-striped클래스는 표에 지브라 줄무늬를 추가합니다.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h2>Striped Rows</h2>
<p>The .table-striped class adds zebra-stripes to a table:</p>
<table class="table table-striped">
<thead>
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Email</th>
</tr>
</thead>
<tbody>
<tr>
<td>John</td>
<td>Doe</td>
<td>john@example.com</td>
</tr>
<tr>
<td>Mary</td>
<td>Moe</td>
<td>mary@example.com</td>
</tr>
<tr>
<td>July</td>
<td>Dooley</td>
<td>july@example.com</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
첨부파일
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 28 | 반응형웹 | 9년 전 | 4482 | ||
| 27 | 반응형웹 | 9년 전 | 7550 | ||
| 26 | 부트스트랩 |
|
10년 전 | 14822 | |
| 25 | 부트스트랩 |
|
10년 전 | 9418 | |
| 24 | 표준화 | 11년 전 | 8287 | ||
| 23 | 반응형웹 | 12년 전 | 13483 | ||
| 22 | 표준화 | 12년 전 | 9459 | ||
| 21 | 표준화 | 12년 전 | 16744 | ||
| 20 | 반응형웹 | 12년 전 | 19682 | ||
| 19 | 반응형웹 | 12년 전 | 30994 | ||
| 18 | 반응형웹 | 12년 전 | 36477 | ||
| 17 | 표준화 | 12년 전 | 12897 | ||
| 16 | 반응형웹 | 12년 전 | 29294 | ||
| 15 | 반응형웹 | 13년 전 | 11833 | ||
| 14 | 반응형웹 | 13년 전 | 31745 | ||
| 13 | 반응형웹 | 13년 전 | 29726 | ||
| 12 | 반응형웹 | 13년 전 | 39235 | ||
| 11 | 반응형웹 | 13년 전 | 50621 | ||
| 10 | 반응형웹 | 13년 전 | 32769 | ||
| 9 | 표준화 | 13년 전 | 9145 | ||
| 8 | 표준화 | 13년 전 | 11219 | ||
| 7 | 표준화 | 13년 전 | 9155 | ||
| 6 | 표준화 | 13년 전 | 11123 | ||
| 5 | 표준화 | 13년 전 | 11227 | ||
| 4 | 표준화 | 13년 전 | 14695 | ||
| 3 | 표준화 | 13년 전 | 8041 | ||
| 2 | 표준화 | 13년 전 | 10157 | ||
| 1 | 표준화 | 13년 전 | 11889 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기