테두리가있는 표

· 8년 전 · 2095
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,664
부트스트랩 8년 전 조회 1,893
부트스트랩
[부트스트랩]
8년 전 조회 1,458
부트스트랩 8년 전 조회 2,417
부트스트랩
[부트스트랩]
8년 전 조회 1,511
부트스트랩
[부트스트랩]
8년 전 조회 1,883
부트스트랩
[부트스트랩]
8년 전 조회 2,260
부트스트랩 8년 전 조회 2,994
부트스트랩 8년 전 조회 2,825
부트스트랩 8년 전 조회 1,765
부트스트랩
[부트스트랩]
8년 전 조회 2,642
부트스트랩
[부트스트랩]
8년 전 조회 1,790
부트스트랩
[부트스트랩]
8년 전 조회 1,699
부트스트랩
[부트스트랩]
8년 전 조회 1,568
부트스트랩
[부트스트랩]
8년 전 조회 2,096
부트스트랩 8년 전 조회 1,628
부트스트랩 8년 전 조회 1,797
부트스트랩 8년 전 조회 1,351
부트스트랩 8년 전 조회 1,197
부트스트랩 8년 전 조회 1,586
부트스트랩 8년 전 조회 1,466
부트스트랩
[부트스트랩]
8년 전 조회 1,388
부트스트랩
[부트스트랩]
8년 전 조회 1,375
부트스트랩
[부트스트랩]
8년 전 조회 1,501
부트스트랩
[부트스트랩]
8년 전 조회 1,366
부트스트랩 8년 전 조회 1,717
부트스트랩 8년 전 조회 1,707
부트스트랩
[부트스트랩]
8년 전 조회 1,948
부트스트랩 8년 전 조회 2,862
AngularJS
[AngularJS]
8년 전 조회 1,610