Wednesday, 20 November 2013

Exercise-Web Design ELements


Coding for Pacific Trails Resort "Home" page. 

<html>
<body>

<h1><h1>Pacific Trails Resort</h1></h1>

<div><h3><a href ="web.html">Home</a>
&nbsp;&nbsp;<a href ="Yurts.html">Yurts</a>
&nbsp;&nbsp;<a href ="Activities.html">Activities</a>
&nbsp;&nbsp;<a href="Reservation.html">Reservation</a></h3></div>

<h2>Enjoy Nature in Luxury</h2>

<p>Pacific Trails Resort offers a special lodging experience on the California
<br>North Coast. Relax in serenity with panoramic views of the Pacific Ocean.

<ul>
   <li>Private yurts with decks overlooking the ocean</li>
   <li>Activities lodge with fireplace and gift shop</li>
   <li>Nightly fine dining at the Overlook Cafe</li>
   <li>Heated outdoor pool and whirlpool</li>
   <li>Guided hiking tours of the redwoods</li>
</ul>

<p>Pacific Trails Resort
<br>12010 Pacific Trails Road
<br>Zephy, CA 95555

<p>888-555-5555</p>
<footer><i>Copyright &copy; 2014 Pacific Trails Resort
<br>Carlotta Eaton <a href= "http://nr.edu/">ceaton@br.edu</a></footer>

</body>
</html>


------------------------------------------------------------------------------------------------------------

Coding for Pacific Trails Resort "Yurts" page. 

<html>
<body>

<h1><h1>Pacific Trails Resort</h1></h1>

<div><h3><a href ="web.html">Home</a>&nbsp;&nbsp;
<a href ="Yurts.html">Yurts</a>&nbsp;&nbsp;
<a href ="Activities.html">Activities</a>&nbsp;&nbsp;
<a href="Reservation.html">Reservation</a></h3></div>

<h2>The Yurts at Pacific Trails</h2>

<p><strong>What is a yurt?</strong>
<blockquote>Our luxury yurts are permanent structures four feet off the ground.
<br>Each yurt has canvas walls, a wooden floor, and a roof dome that can
<br>be opened.
</blockquote>

<p><strong>How are the yurts furnished?</strong>
<blockquote>Each yurt is furnished with a queen-size bed with down quilt and gas-
<br>fired stove. The luxury camping experience also includes electricity
<br>and a sink with hot and cold running water. Shower and restroom 
<br>facilities are located in the lodge.</blockquote>


<p><strong>What should I bring?</strong>
<blockquote>Bring a sense of adventure and some time to relax! Most guests also 
<br>pack comfortable walking shoes and plan to dress for changing
<br>weather with layers of clothing.</blockquote>

<footer><i>Copyright &copy; 2014 Pacific Trails Resort
<br>Carlotta Eaton <a href= "http://nr.edu/">ceaton@br.edu</a></footer>

</body>

</html>