summaryrefslogtreecommitdiffstats
path: root/HTML/Chapter/Ch. 5 Hands-On Assignments/Ch5_msglm/kayaykch5/5.1.index.html
blob: 9070c7d3f30348bea97be7f2dc1e8ca4994380c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html  lang="en">
    <head>
        <meta charset="utf-8">
        <title>KayakDoorCounty.net</title>
        <style>

        </style>
    </head>
    <body>
        <header> 
            <img src=kayakdc.gif>
        </header>
        <nav>
            <a href="index.html">Home</a> &nbsp;
            <a href="tours.html">Tours</a> &nbsp;
            <a href="reservations.html">Reservations</a> &nbsp;
            <a href="contact.html">Contact</a> &nbsp;
        </nav>
        <main>
            <h2>Your next adventure is only a paddle away ....</h2>
            <img height=350 width=500 alt="KayakDorCountry.net" src=hero.jpg>

            <p>Take a guided kayak tour while you explore the shoreline of scenic Door County. </p>
            <h3>Featured tours this week:</h3>
            <ul>
                <li>Cana Island</li>
                <li>Mink River</li>
                <li>Europe Lake</li>
            </ul>
        </main>
        <footer>
            <small><i>Copyright &copy; KayakDoorCounty.net</i></small>
        </footer>
    </body>
</html>