테이블 수평 분배기
테이블 수평 분배기
이름 성 저금
베드로 그리핀 $ 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에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 1157 | CSS |
zakdok
|
6년 전 | 2873 | |
| 1156 | CSS |
zakdok
|
6년 전 | 2066 | |
| 1155 | HTML |
zakdok
|
7년 전 | 3375 | |
| 1154 | CSS |
|
7년 전 | 2559 | |
| 1153 | CSS | 7년 전 | 2340 | ||
| 1152 | 기타 | 7년 전 | 2185 | ||
| 1151 | 기타 | 7년 전 | 2732 | ||
| 1150 | CSS |
|
7년 전 | 4874 | |
| 1149 | HTML |
루돌프사슴코
|
7년 전 | 3057 | |
| 1148 | 기타 | 7년 전 | 2716 | ||
| 1147 | 기타 | 7년 전 | 2108 | ||
| 1146 | 기타 | 7년 전 | 2276 | ||
| 1145 | CSS | 7년 전 | 2536 | ||
| 1144 | CSS | 7년 전 | 2114 | ||
| 1143 | CSS | 7년 전 | 2375 | ||
| 1142 | CSS | 7년 전 | 2064 | ||
| 1141 | CSS | 7년 전 | 2358 | ||
| 1140 | CSS | 7년 전 | 2141 | ||
| 1139 | 기타 | 7년 전 | 2187 | ||
| 1138 | 기타 | 7년 전 | 2003 | ||
| 1137 | 기타 | 7년 전 | 1893 | ||
| 1136 | 기타 | 7년 전 | 2100 | ||
| 1135 | 기타 | 7년 전 | 1658 | ||
| 1134 | 기타 | 7년 전 | 1877 | ||
| 1133 | HTML | 7년 전 | 3510 | ||
| 1132 | 기타 | 7년 전 | 2413 | ||
| 1131 | 기타 | 7년 전 | 2188 | ||
| 1130 | 기타 | 7년 전 | 1917 | ||
| 1129 | 기타 | 7년 전 | 1465 | ||
| 1128 | CSS | 7년 전 | 2697 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기