표 너비와 높이
표 너비와 높이
표의 너비와 높이는 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에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 827 | HTML | 8년 전 | 1578 | ||
| 826 | HTML | 8년 전 | 2311 | ||
| 825 | HTML | 8년 전 | 2106 | ||
| 824 | HTML | 8년 전 | 1923 | ||
| 823 | HTML | 8년 전 | 2422 | ||
| 822 | HTML | 8년 전 | 1959 | ||
| 821 | HTML | 8년 전 | 2577 | ||
| 820 | HTML | 8년 전 | 2582 | ||
| 819 | HTML | 8년 전 | 2507 | ||
| 818 | HTML | 8년 전 | 1714 | ||
| 817 | HTML | 8년 전 | 1705 | ||
| 816 | HTML | 8년 전 | 1449 | ||
| 815 | HTML | 8년 전 | 1470 | ||
| 814 | HTML | 8년 전 | 2069 | ||
| 813 | HTML | 8년 전 | 1675 | ||
| 812 | HTML | 8년 전 | 1749 | ||
| 811 | HTML | 8년 전 | 1756 | ||
| 810 | HTML | 8년 전 | 2394 | ||
| 809 | HTML | 8년 전 | 1787 | ||
| 808 | HTML | 8년 전 | 2195 | ||
| 807 | HTML | 8년 전 | 1968 | ||
| 806 | HTML | 8년 전 | 2002 | ||
| 805 | HTML | 8년 전 | 1950 | ||
| 804 | CSS | 8년 전 | 2337 | ||
| 803 | CSS | 8년 전 | 2245 | ||
| 802 | CSS | 8년 전 | 2337 | ||
| 801 | HTML | 8년 전 | 1952 | ||
| 800 | HTML | 8년 전 | 1807 | ||
| 799 | 기타 | 8년 전 | 2368 | ||
| 798 | HTML | 8년 전 | 1996 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기