Holla!
As usual,this is the coding and output for Lab 4...
<!DOCTYPE html">
<html lang="en">
<head>
<title>Pacific Trails Resort</title>
</head>
<body>
<h1 style="font-family:verdana">Pacific Trails Resort</h1>
<meta charset="utf-8">
<nav>
<a href="HOME.html">Home</a>
<a href="YURTS.html">Yurts</a>
<a href="ACTIVITIES.html">Activities</a>
<a href="RESERVATIONS.html">Reservations</a>
</nav>
<h2>Activities at Pacific Trails</h2>
<img src="C:\Users\meerapc\Documents\lab\trail.jpg" alt="trail" style="width:304px;height:228px">
<br>
<p><b>Hiking</b></p>
<p><b>Pacific Trails Resort</b> has 5 miles of hiking trails and is adjacent to a state park. Go it alone or join one of our guided hikes.</p>
<br>
<p><b>Kayaking</b></p>
<p>Ocean kayaks are available for guest use.</p>
<br>
<p><b>Bird Watching</b></p>
<p>While anytime is a good time for bird watching at Pacific Trails, we offer guided birdwatching trips at sunrise several times a week.</p>
<br>
</body>
<footer>
<i>Copyright©2011 Pacific Trails Resort</i>
<p><i>Carlotta Eaton ceaton@nr.edu</i></p>
</footer>
</html>
0 comments:
Post a Comment