테이블 수평 분배기
테이블 수평 분배기
이름 성 저금
베드로 그리핀 $ 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에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 1217 | 반응형 | 3년 전 | 3101 | ||
| 1216 | 웹접근성 | 3년 전 | 2493 | ||
| 1215 | CSS | 4년 전 | 4901 | ||
| 1214 | 기타 | 4년 전 | 8358 | ||
| 1213 | CSS | 4년 전 | 3252 | ||
| 1212 | 웹접근성 | 4년 전 | 3639 | ||
| 1211 | CSS |
|
5년 전 | 4115 | |
| 1210 | 기타 | 5년 전 | 3341 | ||
| 1209 | CSS | 5년 전 | 3588 | ||
| 1208 | 기타 | 5년 전 | 3146 | ||
| 1207 | 기타 | 5년 전 | 2888 | ||
| 1206 | CSS |
moviepd
|
5년 전 | 3718 | |
| 1205 | HTML |
moviepd
|
5년 전 | 4381 | |
| 1204 | 기타 | 6년 전 | 7832 | ||
| 1203 | 웹접근성 | 6년 전 | 3010 | ||
| 1202 | 기타 | 6년 전 | 2983 | ||
| 1201 | 기타 | 6년 전 | 4323 | ||
| 1200 | 기타 | 6년 전 | 4119 | ||
| 1199 | 기타 | 6년 전 | 4131 | ||
| 1198 | 기타 | 6년 전 | 2612 | ||
| 1197 | 기타 | 6년 전 | 2683 | ||
| 1196 | 기타 | 6년 전 | 2466 | ||
| 1195 | 기타 | 6년 전 | 2456 | ||
| 1194 | 기타 | 6년 전 | 3046 | ||
| 1193 | 기타 | 6년 전 | 9234 | ||
| 1192 | 기타 | 6년 전 | 3883 | ||
| 1191 | 기타 | 6년 전 | 6223 | ||
| 1190 | 기타 | 6년 전 | 2440 | ||
| 1189 | 기타 | 6년 전 | 2344 | ||
| 1188 | 기타 | 6년 전 | 1822 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기