테이블 수평 분배기
테이블 수평 분배기
이름 성 저금
베드로 그리핀 $ 100
로이스 그리핀 $ 150
조 스완 손 300 달러
border-bottom수평 분할 자의 경우 <th> 및 <td>에 속성을 추가하십시오 .
예
th, td {
border-bottom: 1px solid #ddd;
}
<!DOCTYPE html>
<html>
<head>
<style>
table {
border-collapse: collapse;
width: 100%;
}
th, td {
padding: 8px;
text-align: left;
border-bottom: 1px solid #ddd;
}
</style>
</head>
<body>
<h2>Bordered Table Dividers</h2>
<p>Add the border-bottom property to th and td for horizontal dividers:</p>
<table>
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Savings</th>
</tr>
<tr>
<td>Peter</td>
<td>Griffin</td>
<td>$100</td>
</tr>
<tr>
<td>Lois</td>
<td>Griffin</td>
<td>$150</td>
</tr>
<tr>
<td>Joe</td>
<td>Swanson</td>
<td>$300</td>
</tr>
<tr>
<td>Cleveland</td>
<td>Brown</td>
<td>$250</td>
</tr>
</table>
</body>
</html>

게시판 목록
퍼블리셔팁
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 137 | HTML | 19년 전 | 3774 | ||
| 136 | HTML |
pearly
|
19년 전 | 4130 | |
| 135 | HTML | 19년 전 | 4231 | ||
| 134 | HTML |
pearly
|
19년 전 | 4646 | |
| 133 | HTML |
|
19년 전 | 3270 | |
| 132 | HTML |
|
19년 전 | 3125 | |
| 131 | HTML |
|
19년 전 | 2803 | |
| 130 | HTML |
|
19년 전 | 3680 | |
| 129 | HTML |
|
19년 전 | 2740 | |
| 128 | HTML |
|
19년 전 | 3333 | |
| 127 | HTML |
|
19년 전 | 8586 | |
| 126 | HTML |
|
19년 전 | 2538 | |
| 125 | HTML |
|
19년 전 | 2998 | |
| 124 | HTML |
|
19년 전 | 5345 | |
| 123 | HTML |
|
19년 전 | 2924 | |
| 122 | HTML |
|
19년 전 | 2832 | |
| 121 | HTML |
|
19년 전 | 3433 | |
| 120 | HTML | 19년 전 | 3196 | ||
| 119 | HTML |
|
19년 전 | 3178 | |
| 118 | HTML | 19년 전 | 5064 | ||
| 117 | HTML |
|
19년 전 | 3643 | |
| 116 | HTML | 19년 전 | 3503 | ||
| 115 | HTML | 19년 전 | 3894 | ||
| 114 | HTML |
|
19년 전 | 3852 | |
| 113 | HTML |
|
19년 전 | 5278 | |
| 112 | HTML |
|
19년 전 | 3609 | |
| 111 | HTML | 19년 전 | 4085 | ||
| 110 | HTML |
|
19년 전 | 3512 | |
| 109 | HTML | 19년 전 | 4860 | ||
| 108 | HTML |
홀로남은자
|
19년 전 | 2974 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기