표 너비와 높이
표 너비와 높이
표의 너비와 높이는 width및 height속성 에 의해 정의됩니다 .
아래 예제는 표의 너비를 100 %로 설정하고 <th> 요소의 높이를 50px로 설정합니다.
예
table {
width: 100%;
}
th {
height: 50px;
}
<!DOCTYPE html>
<html>
<head>
<style>
table, td, th {
border: 1px solid black;
}
table {
border-collapse: collapse;
width: 100%;
}
th {
height: 50px;
}
</style>
</head>
<body>
<h2>The width and height Properties</h2>
<p>Set the width of the table, and the height of the table header row:</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에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 1037 | CSS | 8년 전 | 1851 | ||
| 1036 | CSS | 8년 전 | 1165 | ||
| 1035 | CSS | 8년 전 | 1372 | ||
| 1034 | CSS | 8년 전 | 1348 | ||
| 1033 | CSS | 8년 전 | 1569 | ||
| 1032 | CSS | 8년 전 | 1865 | ||
| 1031 | CSS | 8년 전 | 2144 | ||
| 1030 | CSS | 8년 전 | 1798 | ||
| 1029 | CSS | 8년 전 | 1800 | ||
| 1028 | CSS | 8년 전 | 1676 | ||
| 1027 | CSS | 8년 전 | 1467 | ||
| 1026 | CSS | 8년 전 | 1433 | ||
| 1025 | CSS | 8년 전 | 1650 | ||
| 1024 | CSS | 8년 전 | 1687 | ||
| 1023 | CSS | 8년 전 | 1525 | ||
| 1022 | CSS | 8년 전 | 1444 | ||
| 1021 | CSS | 8년 전 | 2095 | ||
| 1020 | CSS | 8년 전 | 2170 | ||
| 1019 | CSS | 8년 전 | 1571 | ||
| 1018 | CSS | 8년 전 | 2067 | ||
| 1017 | CSS | 8년 전 | 1852 | ||
| 1016 | CSS | 8년 전 | 1754 | ||
| 1015 | CSS | 8년 전 | 2200 | ||
| 1014 | CSS | 8년 전 | 1754 | ||
| 1013 | CSS | 8년 전 | 1989 | ||
| 1012 | CSS | 8년 전 | 2292 | ||
| 1011 | CSS | 8년 전 | 2241 | ||
| 1010 | CSS | 8년 전 | 1627 | ||
| 1009 | CSS | 8년 전 | 1524 | ||
| 1008 | CSS | 8년 전 | 1828 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기