테두리가있는 표

· 8년 전 · 2089
2.JPG
테두리가있는 표

이 .table-bordered클래스는 테이블과 셀의 모든면에 테두리를 추가합니다.

<!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>Bordered Table</h2>
<p>The .table-bordered class adds borders to a table:</p>
<table class="table table-bordered">
<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>

첨부파일

2.JPG (28.2 KB)
0회 2017-09-18 15:58
|
댓글을 작성하시려면 로그인이 필요합니다.

퍼블리싱강좌

+
분류 제목 글쓴이 날짜 조회
부트스트랩
[부트스트랩]
8년 전 조회 1,663
부트스트랩 8년 전 조회 1,892
부트스트랩
[부트스트랩]
8년 전 조회 1,456
부트스트랩 8년 전 조회 2,414
부트스트랩
[부트스트랩]
8년 전 조회 1,511
부트스트랩
[부트스트랩]
8년 전 조회 1,882
부트스트랩
[부트스트랩]
8년 전 조회 2,259
부트스트랩 8년 전 조회 2,993
부트스트랩 8년 전 조회 2,823
부트스트랩 8년 전 조회 1,762
부트스트랩
[부트스트랩]
8년 전 조회 2,640
부트스트랩
[부트스트랩]
8년 전 조회 1,789
부트스트랩
[부트스트랩]
8년 전 조회 1,697
부트스트랩
[부트스트랩]
8년 전 조회 1,565
부트스트랩
[부트스트랩]
8년 전 조회 2,090
부트스트랩 8년 전 조회 1,625
부트스트랩 8년 전 조회 1,793
부트스트랩 8년 전 조회 1,350
부트스트랩 8년 전 조회 1,196
부트스트랩 8년 전 조회 1,585
부트스트랩 8년 전 조회 1,462
부트스트랩
[부트스트랩]
8년 전 조회 1,387
부트스트랩
[부트스트랩]
8년 전 조회 1,374
부트스트랩
[부트스트랩]
8년 전 조회 1,500
부트스트랩
[부트스트랩]
8년 전 조회 1,364
부트스트랩 8년 전 조회 1,716
부트스트랩 8년 전 조회 1,703
부트스트랩
[부트스트랩]
8년 전 조회 1,947
부트스트랩 8년 전 조회 2,862
AngularJS
[AngularJS]
8년 전 조회 1,606