표 너비와 높이
표 너비와 높이
표의 너비와 높이는 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에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 917 | CSS | 8년 전 | 1895 | ||
| 916 | CSS | 8년 전 | 1985 | ||
| 915 | CSS | 8년 전 | 1999 | ||
| 914 | CSS | 8년 전 | 2915 | ||
| 913 | CSS | 8년 전 | 1946 | ||
| 912 | CSS | 8년 전 | 2009 | ||
| 911 | CSS | 8년 전 | 1983 | ||
| 910 | CSS | 8년 전 | 1855 | ||
| 909 | HTML | 8년 전 | 2282 | ||
| 908 | CSS | 8년 전 | 2215 | ||
| 907 | CSS | 8년 전 | 2048 | ||
| 906 | CSS | 8년 전 | 2305 | ||
| 905 | CSS | 8년 전 | 2042 | ||
| 904 | CSS | 8년 전 | 1826 | ||
| 903 | CSS | 8년 전 | 1952 | ||
| 902 | CSS | 8년 전 | 2178 | ||
| 901 | CSS | 8년 전 | 2052 | ||
| 900 | CSS | 8년 전 | 2490 | ||
| 899 | CSS | 8년 전 | 2468 | ||
| 898 | CSS | 8년 전 | 2042 | ||
| 897 | CSS | 8년 전 | 1667 | ||
| 896 | CSS | 8년 전 | 2313 | ||
| 895 | CSS | 8년 전 | 1994 | ||
| 894 | CSS | 8년 전 | 2613 | ||
| 893 | CSS | 8년 전 | 1976 | ||
| 892 | HTML | 8년 전 | 2056 | ||
| 891 | HTML | 8년 전 | 2524 | ||
| 890 | HTML | 8년 전 | 2613 | ||
| 889 | HTML | 8년 전 | 3717 | ||
| 888 | HTML | 8년 전 | 2155 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기