테이블 수평 분배기
테이블 수평 분배기
이름 성 저금
베드로 그리핀 $ 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에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 827 | HTML | 8년 전 | 1581 | ||
| 826 | HTML | 8년 전 | 2315 | ||
| 825 | HTML | 8년 전 | 2107 | ||
| 824 | HTML | 8년 전 | 1926 | ||
| 823 | HTML | 8년 전 | 2424 | ||
| 822 | HTML | 8년 전 | 1960 | ||
| 821 | HTML | 8년 전 | 2580 | ||
| 820 | HTML | 8년 전 | 2586 | ||
| 819 | HTML | 8년 전 | 2510 | ||
| 818 | HTML | 8년 전 | 1716 | ||
| 817 | HTML | 8년 전 | 1709 | ||
| 816 | HTML | 8년 전 | 1452 | ||
| 815 | HTML | 8년 전 | 1471 | ||
| 814 | HTML | 8년 전 | 2070 | ||
| 813 | HTML | 8년 전 | 1677 | ||
| 812 | HTML | 8년 전 | 1750 | ||
| 811 | HTML | 8년 전 | 1758 | ||
| 810 | HTML | 8년 전 | 2395 | ||
| 809 | HTML | 8년 전 | 1787 | ||
| 808 | HTML | 8년 전 | 2197 | ||
| 807 | HTML | 8년 전 | 1970 | ||
| 806 | HTML | 8년 전 | 2002 | ||
| 805 | HTML | 8년 전 | 1956 | ||
| 804 | CSS | 8년 전 | 2340 | ||
| 803 | CSS | 8년 전 | 2246 | ||
| 802 | CSS | 8년 전 | 2337 | ||
| 801 | HTML | 8년 전 | 1954 | ||
| 800 | HTML | 8년 전 | 1807 | ||
| 799 | 기타 | 8년 전 | 2369 | ||
| 798 | HTML | 8년 전 | 1997 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기