테치블 수직 정렬
테치블 수직 정렬
이 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에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 1067 | CSS | 8년 전 | 1495 | ||
| 1066 | CSS | 8년 전 | 1865 | ||
| 1065 | CSS | 8년 전 | 1459 | ||
| 1064 | CSS | 8년 전 | 1598 | ||
| 1063 | CSS | 8년 전 | 1656 | ||
| 1062 | CSS | 8년 전 | 1673 | ||
| 1061 | CSS | 8년 전 | 1498 | ||
| 1060 | CSS | 8년 전 | 4150 | ||
| 1059 | CSS | 8년 전 | 2082 | ||
| 1058 | CSS | 8년 전 | 2500 | ||
| 1057 | CSS | 8년 전 | 2041 | ||
| 1056 | CSS | 8년 전 | 1968 | ||
| 1055 | CSS | 8년 전 | 1821 | ||
| 1054 | CSS | 8년 전 | 2086 | ||
| 1053 | CSS | 8년 전 | 1879 | ||
| 1052 | CSS | 8년 전 | 2008 | ||
| 1051 | CSS | 8년 전 | 2396 | ||
| 1050 | CSS | 8년 전 | 1726 | ||
| 1049 | CSS | 8년 전 | 2307 | ||
| 1048 | CSS | 8년 전 | 1758 | ||
| 1047 | CSS | 8년 전 | 1548 | ||
| 1046 | CSS | 8년 전 | 1231 | ||
| 1045 | CSS | 8년 전 | 1558 | ||
| 1044 | CSS | 8년 전 | 2312 | ||
| 1043 | CSS | 8년 전 | 2006 | ||
| 1042 | CSS | 8년 전 | 1761 | ||
| 1041 | CSS | 8년 전 | 1724 | ||
| 1040 | CSS | 8년 전 | 1482 | ||
| 1039 | CSS | 8년 전 | 1791 | ||
| 1038 | CSS | 8년 전 | 2232 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기