부트 스트랩 기본 테이블

· 8년 전 · 1792
부트 스트랩 기본 테이블

기본 부트 스트랩 테이블에는 밝은 패딩과 수평 분할 만 있습니다.

이 .table클래스는 기본 스타일을 테이블에 추가합니다.

<!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>Basic Table</h2>
<p>The .table class adds basic styling (light padding and only horizontal dividers) to a table:</p>
<table class="table">
<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>
|
댓글을 작성하시려면 로그인이 필요합니다.

퍼블리싱강좌

+
분류 제목 글쓴이 날짜 조회
부트스트랩
[부트스트랩]
8년 전 조회 1,456
부트스트랩 8년 전 조회 2,414
부트스트랩
[부트스트랩]
8년 전 조회 1,509
부트스트랩
[부트스트랩]
8년 전 조회 1,880
부트스트랩
[부트스트랩]
8년 전 조회 2,259
부트스트랩 8년 전 조회 2,993
부트스트랩 8년 전 조회 2,823
부트스트랩 8년 전 조회 1,762
부트스트랩
[부트스트랩]
8년 전 조회 2,639
부트스트랩
[부트스트랩]
8년 전 조회 1,789
부트스트랩
[부트스트랩]
8년 전 조회 1,697
부트스트랩
[부트스트랩]
8년 전 조회 1,565
부트스트랩
[부트스트랩]
8년 전 조회 2,089
부트스트랩 8년 전 조회 1,624
부트스트랩 8년 전 조회 1,793
부트스트랩 8년 전 조회 1,348
부트스트랩 8년 전 조회 1,196
부트스트랩 8년 전 조회 1,584
부트스트랩 8년 전 조회 1,462
부트스트랩
[부트스트랩]
8년 전 조회 1,387
부트스트랩
[부트스트랩]
8년 전 조회 1,373
부트스트랩
[부트스트랩]
8년 전 조회 1,498
부트스트랩
[부트스트랩]
8년 전 조회 1,362
부트스트랩 8년 전 조회 1,715
부트스트랩 8년 전 조회 1,703
부트스트랩
[부트스트랩]
8년 전 조회 1,947
부트스트랩 8년 전 조회 2,860
AngularJS
[AngularJS]
8년 전 조회 1,606
AngularJS
[AngularJS]
8년 전 조회 1,271
AngularJS
[AngularJS]
8년 전 조회 1,129