테이블 수평 분배기
테이블 수평 분배기
이름 성 저금
베드로 그리핀 $ 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에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 707 | CSS | 12년 전 | 12402 | ||
| 706 | 기타 | 12년 전 | 5092 | ||
| 705 | CSS | 12년 전 | 5666 | ||
| 704 | 기타 | 12년 전 | 12105 | ||
| 703 | 웹접근성 | 12년 전 | 10087 | ||
| 702 | 기타 | 12년 전 | 5146 | ||
| 701 | CSS | 12년 전 | 3112 | ||
| 700 | 반응형 |
kiplayer
|
12년 전 | 6803 | |
| 699 | CSS |
kiplayer
|
12년 전 | 6426 | |
| 698 | 웹접근성 |
|
12년 전 | 36929 | |
| 697 | HTML | 12년 전 | 4343 | ||
| 696 | HTML | 12년 전 | 8076 | ||
| 695 | CSS | 12년 전 | 5451 | ||
| 694 | HTML | 12년 전 | 5815 | ||
| 693 | CSS | 12년 전 | 3884 | ||
| 692 | 웹접근성 |
프로프리랜서
|
12년 전 | 3775 | |
| 691 | 웹접근성 |
|
12년 전 | 12461 | |
| 690 | CSS | 12년 전 | 4216 | ||
| 689 | 웹접근성 | 12년 전 | 5872 | ||
| 688 | CSS | 12년 전 | 4925 | ||
| 687 | HTML | 12년 전 | 7386 | ||
| 686 | CSS | 13년 전 | 5836 | ||
| 685 | 기타 | 13년 전 | 10609 | ||
| 684 | HTML |
후라보노보노
|
13년 전 | 4805 | |
| 683 | HTML | 13년 전 | 4338 | ||
| 682 | 기타 |
|
13년 전 | 3517 | |
| 681 | CSS | 13년 전 | 3662 | ||
| 680 | HTML | 13년 전 | 6305 | ||
| 679 | 반응형 | 13년 전 | 6588 | ||
| 678 | CSS | 13년 전 | 3812 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기