Pages

Friday, 22 November 2013

Study about HTML code :)

CODING

<!DOCTYPE html>
<html lang="eng">

<head>
<title>Pacific Trails Resort</title>
</head>

<body>

 <h1>Pacific Trails Resort</h1>
 <div><b><a href="Home.html">Home</a> &nbsp;<a href="yurts.html">  Yurts  </a> &nbsp; <a href="Activities.html"> Activities  </a>&nbsp; <a href="Reservations.html"> Reservations </a></b></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.</p>

<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 whirlpoor </li>
<li> Guided hiking tours of the redwoods </li>
</ul>


<p> Pacific Trails Resort<br>12010 Pacific Trails Road<br>Zephyr, CA 95555</P>

<p>888-555-5555</p>

 <div><small><i>Copyright &copy; 2014 Pacific Trails Resort</i></small></div>
<div><small><i>Carlotta Eaton <a  href="mailto:ceaton@nr.edu"> ceaton@nr.edu</i></small></div>
</body>
</html>

OUTPUT






















CODING

<!DOCTYPE html>
<html lang="eng">

<head>
    <title>Pacific Trails Resort :: Yurts</title>
</head>

<body>

 <h1>Pacific Trails Resort</h1>
 <div><b><a href="Home.html">Home</a> &nbsp;<a href="yurts.html">  Yurts  </a> &nbsp; <a href="Activities.html"> Activities  </a>&nbsp; <a href="Reservations.html"> Reservations </a></b></div>
 <h2>The Yurts at Pacific Trails</h2>

<div><b>What is a yurt?</b></div>
<dd>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.</dd>

<div><b>How are the yurts furnished?</b></div>
<dd>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. </dd>

<div><b>What should I bring?</b></div>
<dd>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.</dd><br>

<div><small><i>Copyright &copy; 2014 Pacific Trails Resort</i></small></div>
<div><small><i>Carlotta Eaton <a  href="mailto:ceaton@nr.edu"> ceaton@nr.edu</i></small></div>
</body>
</html>

OUTPUT

No comments:

Post a Comment