Please help! I need help with coding on the following below page 197-200. I will
ID: 3589722 • Letter: P
Question
Please help! I need help with coding on the following below page 197-200. I will also attach my coding (index, yurts, css) that I used before so those are the ones that get modified. It has to match exaclty as the pictures provided below.
--------------- index ---------------
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pacific Trails Resort :: Yurts</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="pacific.css">
</head>
<body>
<div id="wrapper">
<header>
<h1>Pacific Trails Resort</h1>
</header>
<nav><a href="index.html">Home</a>
<a href="yurts.html">Yurts</a>
<a href="activities.html">Activites</a>
<a href="reservations.html">Reservations</a>
</nav>
<h2>Enjoy Nature in Luxury</h2>
<p>
<span class="resort">Pacific Trails Resort</span>
offer a special loading experience on the california North Coast. Relax in the serenity with panoramic view 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 for redwoods</li>
</ul>
</p>
<address>
<span class="resort">Pacific Trails Resort</span></br>
1210,Pacific Trails Road</br>
Zephyr, CA 9555</br></br>
888-555-5555
</address>
<footer>
Copyright © 2016 Pacific Trails Resort<br>
<a href="First@Last.com">First@Last.com</a>
</footer>
</div>
</body>
</html>
----------- yurts -------------
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pacific Trails Resort :: Yurts</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="pacific.css">
</head>
<body>
<div id="wrapper">
<header>
<h1>Pacific Trails Resort</h1>
</header>
<nav><a href="index.html">Home</a>
<a href="yurts.html">Yurts</a>
<a href="activities.html">Activites</a>
<a href="reservations.html">Reservations</a>
</nav>
<h2>The Yurt at Pacific Trails</h2>
<dl>
<dt><b>What is a yurt?</b></dt>
<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<br>
can be opened.<br></dd>
<dt><b>How are the yurts furnished?</b></dt>
<dd>Each yurt is furnished with a queen-size bed with
down quilt and <br>gas-fired stove.
The luxury camping experience also includes<br> electricity and a sink with hot and cold running water.
Shower and <br>restroom facilities are located in the lodge.<br></dd>
<dt><b>What should I bring?</b></dt>
<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>
</dl>
<footer>
Copyright © 2016 Pacific Trails Resort<br>
<a href="First@Last.com">First@Last.com</a>
</footer>
</div>
</body>
</html>
---------------- css -----------------
body {
font-family: verdana, arial, sans-serif;
background-color: #FFFFFF;
color: #666666;
}
header {
font-family: Georgia, serif;
background-color: #000033;
color: #FFFFFF;
}
h1 {
line-height: 200%;
}
nav {
font-weight: bold;
background-color: #90C7E3;
}
h2 {
font-family: Georgia, serif;
color: #3399CC;
}
dt {
color: #000033;
font-weight: bold;
}
.resort {
color: #000033;
font-size: 1.2em;
}
footer {
font-size: .70em;
font-style: italic;
text-align: center;
}
#wrapper{
width: 80%;
margin-right: auto;
margin-left: auto;
}
Explanation / Answer
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pacific Trails Resort :: Yurts</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="pacific.css">
</head>
<body>
<div id="wrapper">
<header>
<h1>Pacific Trails Resort</h1>
</header>
<nav><a href="index.html">Home</a>
<a href="yurts.html">Yurts</a>
<a href="activities.html">Activites</a>
<a href="reservations.html">Reservations</a>
</nav>
<h2>Enjoy Nature in Luxury</h2>
<p>
<span class="resort">Pacific Trails Resort</span>
offer a special loading experience on the california North Coast. Relax in the serenity with panoramic view 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 for redwoods</li>
</ul>
</p>
<address>
<span class="resort">Pacific Trails Resort</span></br>
1210,Pacific Trails Road</br>
Zephyr, CA 9555</br></br>
888-555-5555
</address>
<footer>
Copyright © 2016 Pacific Trails Resort<br>
<a href="First@Last.com">First@Last.com</a>
</footer>
</div>
</body>
</html>
----------- yurts -------------
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pacific Trails Resort :: Yurts</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="pacific.css">
</head>
<body>
<div id="wrapper">
<header>
<h1>Pacific Trails Resort</h1>
</header>
<nav><a href="index.html">Home</a>
<a href="yurts.html">Yurts</a>
<a href="activities.html">Activites</a>
<a href="reservations.html">Reservations</a>
</nav>
<h2>The Yurt at Pacific Trails</h2>
<dl>
<dt><b>What is a yurt?</b></dt>
<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<br>
can be opened.<br></dd>
<dt><b>How are the yurts furnished?</b></dt>
<dd>Each yurt is furnished with a queen-size bed with
down quilt and <br>gas-fired stove.
The luxury camping experience also includes<br> electricity and a sink with hot and cold running water.
Shower and <br>restroom facilities are located in the lodge.<br></dd>
<dt><b>What should I bring?</b></dt>
<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>
</dl>
<footer>
Copyright © 2016 Pacific Trails Resort<br>
<a href="First@Last.com">First@Last.com</a>
</footer>
</div>
</body>
</html>
---------------- css -----------------
body {
font-family: verdana, arial, sans-serif;
background-color: #FFFFFF;
color: #666666;
}
header {
font-family: Georgia, serif;
background-color: #000033;
color: #FFFFFF;
}
h1 {
line-height: 200%;
}
nav {
font-weight: bold;
background-color: #90C7E3;
}
h2 {
font-family: Georgia, serif;
color: #3399CC;
}
dt {
color: #000033;
font-weight: bold;
}
.resort {
color: #000033;
font-size: 1.2em;
}
footer {
font-size: .70em;
font-style: italic;
text-align: center;
}
#wrapper{
width: 80%;
margin-right: auto;
margin-left: auto;
}