210525 UIUX WebDesign HTML 연습_18_2 (스포원파크 예제 kidsland.html)

ITisIT210·2021년 5월 30일
0

HTML

목록 보기
23/38
post-thumbnail
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>키즈랜드</title>
</head>
<body>
    <ul>
        <li><a href="./kidsland.html">키즈랜드</a></li>
        <li><a href="./futsal.html">풋살장</a></li>
        <li><a href="./safe.html">재난안전체험관</a></li>
        <li><a href="./cinema.html">꿈나래어린이극장</a></li>
    </ul>
    <hr>
    <h1>키즈랜드</h1>
    <img src="./images/kidsland.jpg" alt="키즈랜드 이미지">
    <p>
        <em>
            부산, 경남 최고의 시설로 어린이들의 꿈과 행복을 키워주는 소중한 놀이터!
        </em>
    </p>
    <p>
        뿅뿅 소리나는 에어바운스! 알록달록 동화나라! <br>
        맘껏 뛰어노는 것만으로도 <strong>아이들의 생각이 쑥쑥</strong> 자라납니다. <br>
        냉난방 시설이 구비된 안전 실내 (사계절 이용가능)
        안전문, 안전벽, 안전매트 등 <strong>안전시설 완비</strong>
    </p>
    <h2>이용안내</h2>
    <table border="1" cellpadding="5px">
        <caption>키즈랜드 이용안내에 관한 정보를 제공하는 표</caption>
        <tr>
            <th rowspan="3">이용요금</th> <th rowspan="2">2시간</th> <th>평일</th> <td>4,000원</td>
        </tr>
        <tr>
            <th>토/일/공휴일</th> <td>5,000원</td>
        </tr>
        <tr>
            <th colspan="2">할인(20인 이상)</th> <td>단체 10% 할인</td>
        </tr>
        <tr>
            <th rowspan="2">이용시간</th> <th>성수기</th> <th>6월 ~ 8월</th> <td>10:00 ~ 19:00</td>
        </tr>
        <tr>
            <th>비수기</th> <th>9월 ~ 5월</th> <td>10:00 ~ 18:30</td>
        </tr>
    </table>
    <p></p>
    <a href="./index.html">홈으로</a>
</body>
</html>
profile
Engineering is the closest thing to magic that exists in the world.

0개의 댓글

관련 채용 정보