summaryrefslogtreecommitdiffstats
path: root/HTML/Tests/Test3/index.html
blob: 0a60a50103b10441b0960c4a435f98c73367c0c7 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
    <head>
        <title>Pacific Trails Resort</title>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Pacific Trails Resort is a site that contains information about the activities and registration for the resort.">
        <link rel="stylesheet" href=pacific.css>
    </head>
    <body>
        <div id=wrapper>
            <header>
                <h1><a href=index.html>Pacific Trails Resort</a></h1>
            </header>
            <nav>
                <ul>
                    <li><a href="index.html">Home</a></li>
                    <li><a href="yurts.html">Yurts</a></li>
                    <li><a href="activities.html">Activities</a></li>
                    <li><a href="reservations.html">Reservations</a></li>
                </ul>
            </nav>
            <div id=homehero>
            </div>
            <main>
                <h2 class=resort>Enjoy Nature in Luxury</h2>
                <p><span class=resort>Pacific Trails Resort</span> offers a special lodging experience on the California North Coast with panoramic views of the Pacific Ocean. Your stay at Pacific Trails Resort includes a sumptuously appointed private yurt and a cooked-to-order breakfast each morning.</p>
                <video width=320 height=240 poster="pacifictrailsresort.jpg" controls>
                    <source src="PacificTrailsResort.mp4">
                    <source src="PacificTrailsResort.ogv">
                    <source src="PacificTrailsResort.mov">
                </video>
                <ul>
                    <li>Unwind in the heated outdoor pool and whirlpool</li>
                    <li>Explore the coast on your own or join our guided tours</li>
                    <li>Relax in our lodge while enjoying complimentary appetizers and beverages </li>
                    <li>Savor nightly fine dining with an ocean view</li>
                </ul>
                <div id="contact">
                    <span class="resort">Pacific Trails Resort</span><br/>
                    12010 Pacific Trails Road<br/>
                    Zephyr, CA 95555<br/>
                    <br/>
                    888-555-5555<br/>
                    <br/>
                </div>


            </main>
            <footer>
                Copyright &copy; 2022 Pacific Trails Resort
                <br />
                <!--"Place your name in an email link". I'm assuming that this is what was meant by this.-->
                <small><a href=mailto:msglm@techchud.xyz>msglm</a></small>
            </footer>
            <div>
    </body>
</html>