테치블 수직 정렬
테치블 수직 정렬
이 vertical-align속성은 <th> 또는 <td>에 내용의 세로 정렬 (위, 아래 또는 가운데)을 설정합니다.
기본적으로 표의 내용은 중간에 있습니다 (<th> 및 <td> 요소 모두에 해당).
다음 예제에서는 <td> 요소의 세로 텍스트 정렬을 아래쪽으로 설정합니다.
예
td {
height: 50px;
vertical-align: bottom;
}
<!DOCTYPE html>
<html>
<head>
<style>
table, td, th {
border: 1px solid black;
}
table {
border-collapse: collapse;
width: 100%;
}
td {
height: 50px;
vertical-align: bottom;
}
</style>
</head>
<body>
<h2>The vertical-align Property</h2>
<p>This property sets the vertical alignment (like top, bottom, or middle) of the content in th or td.</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년 전 | 5095 | ||
| 705 | CSS | 12년 전 | 5668 | ||
| 704 | 기타 | 12년 전 | 12106 | ||
| 703 | 웹접근성 | 12년 전 | 10087 | ||
| 702 | 기타 | 12년 전 | 5146 | ||
| 701 | CSS | 12년 전 | 3112 | ||
| 700 | 반응형 |
kiplayer
|
12년 전 | 6803 | |
| 699 | CSS |
kiplayer
|
12년 전 | 6426 | |
| 698 | 웹접근성 |
|
12년 전 | 36931 | |
| 697 | HTML | 12년 전 | 4343 | ||
| 696 | HTML | 12년 전 | 8076 | ||
| 695 | CSS | 12년 전 | 5452 | ||
| 694 | HTML | 12년 전 | 5816 | ||
| 693 | CSS | 12년 전 | 3886 | ||
| 692 | 웹접근성 |
프로프리랜서
|
12년 전 | 3775 | |
| 691 | 웹접근성 |
|
12년 전 | 12462 | |
| 690 | CSS | 12년 전 | 4216 | ||
| 689 | 웹접근성 | 12년 전 | 5873 | ||
| 688 | CSS | 12년 전 | 4925 | ||
| 687 | HTML | 12년 전 | 7386 | ||
| 686 | CSS | 13년 전 | 5840 | ||
| 685 | 기타 | 13년 전 | 10611 | ||
| 684 | HTML |
후라보노보노
|
13년 전 | 4805 | |
| 683 | HTML | 13년 전 | 4339 | ||
| 682 | 기타 |
|
13년 전 | 3517 | |
| 681 | CSS | 13년 전 | 3664 | ||
| 680 | HTML | 13년 전 | 6306 | ||
| 679 | 반응형 | 13년 전 | 6589 | ||
| 678 | CSS | 13년 전 | 3815 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기