HTML&CSS 실습4 (정리x)

2024. 3. 23. 22:03·💜 HTML,CSS
728x90
반응형
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<style>

    td,th{
        border: 1px solid black;
        text-align: center;
        border-radius: 6px;
    }
    th{
        background-color: lightgray;
        color: blue;
    }
    tfoot td{
        background-color: lightgray;
        font-weight: bold;
    }
    caption{
        font-weight: bold;
        color: forestgreen;
    }

    .price{
        color: red;
        font-weight: bold;
        font-size: large;
    }

    .room {
        background-color: lightpink;
    }
    .none{
        background-color: lightskyblue;
    }


</style>
<body>
    <table>
        <caption>요안도라 객실</caption>
        <thead>
            <tr>
                <th>방이름</th>
                <th>대상</th>
                <th>크기</th>
                <th>가격</th>
            </tr>
        </thead>

        <tbody>
            <tr>
                <td class="room">유채방</td>
                <td>여성 도미토리</td>
                <td rowspan="3">4인실</td>
                <td rowspan="4" class="price">1인 20,000원</td>
            </tr>
            <tr>
                <td rowspan="2" class="room">동백방</td>
                <td>동성도미토리</td>
            </tr>
            <tr>
                <td>가족 1팀</td>
            </tr>
            <tr>
                <td class="room">천혜향방</td>
                <td class="none">-</td>
                <td>2인실</td>
            </tr>
        </tbody>

        <tfoot>
            <tr>
                <td colspan="4">바깥채 전체를 렌트합니다</td>
            </tr>
        </tfoot>

    </table>
</body>
</html>

728x90
반응형
저작자표시 비영리 변경금지 (새창열림)

'💜 HTML,CSS' 카테고리의 다른 글

HTML&CSS 16일차 (정리x)  (0) 2024.03.23
HTML&CSS 15일차 (정리x)  (0) 2024.03.23
HTML&CSS 실습3 (정리x)  (0) 2024.03.23
HTML&CSS 14일차 (정리x)  (0) 2024.03.23
HTML&CSS 13일차 (정리x)  (0) 2024.03.23
'💜 HTML,CSS' 카테고리의 다른 글
  • HTML&CSS 16일차 (정리x)
  • HTML&CSS 15일차 (정리x)
  • HTML&CSS 실습3 (정리x)
  • HTML&CSS 14일차 (정리x)
Genie_.
Genie_.
내가 공부하는 지식을 복습하고 기록하는 공간입니다 💬
  • Genie_.
    Geine Dev
    Genie_.
  • 전체
    오늘
    어제
    • 전체 (153)
      • 🕹️ 코딩테스트 (37)
        • 코드트리 (13)
        • 백준 (17)
        • 프로그래머스 (7)
      • 🧡 JavaScript (9)
      • 💙 React (0)
      • 💜 HTML,CSS (38)
      • 💚 Spring (6)
      • ❤️ JAVA (13)
        • Basic (13)
      • 🌟 CS (1)
      • ❄️ 내일배움캠프 7기 (41)
      • 🏅 자격증 (6)
        • 정보처리기사 (0)
        • SQLD (3)
        • 컴퓨터활용능력2급 (3)
      • 🗨 GIT (1)
      • 🌰 스터디 (1)
  • 블로그 메뉴

    • 홈
    • 글쓰기
  • 공지사항

    • 메모
  • 반응형
  • hELLO· Designed By정상우.v4.10.0
Genie_.
HTML&CSS 실습4 (정리x)
상단으로

티스토리툴바