Wednesday, 20 October 2010

Fish Creek Part 2

CSS


* {
    background-color: #6699ff;
    font-family: Verdana, Ariel, sans-serif;
    color: #d5e3ff;
}

h1 {
    font-family: Serif;
    font-style: normal;
    color: #003366;
    background-color: #6699ff;
    text-align: center;
    line-height: 200%;
}

#nav {
    font-style: bold;
}

.category {
    font-style: oblique;
    background-color: #6699ff;
    color: #003366;
    font-size:larger;
}

#footer {
    font-style: italic;
    font-size: small;
}



Index

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Fish Creek Animal Hospital</title>
<link rel="stylesheet" type="text/css" href="fishcreekcss.css"/>
</head>

<body>
<h1>Fish Creek Animal Hospital</h1>
<div id="nav"><p><strong><a href="index.html">Home</a> <a href="services.html">Services</a> <a href="askvet.html">Ask the Vet</a> <a href="contact.html">Contact</a></strong></p></div>
<br />
<dl>
<div class="category"><dt>Full service facility</dt></div>
<dd>Veterinarians and staff are on duty 24 hours a day, 7 days a week.</dd>
<div class="category"><dt>Years of experiance</dt></div>
<dd>Fish Creek Veterinarians have proviced quality, dependable care for your beloved animals since 1984</dd>
<div class="category"><dt>Open door policy</dt></div>
<dd>Our professionals welcome owners to stay with their pets during any medical procedure</dd>
</dl><br />
<div id="footer"><p>12312 Main street<br />
Mountain Home, CA 93923<br />
1-888-555-5555<br /></p>
<br />
<em><small>Copyright &copy; 2011 Fish Creek animal hospital</small></em> <br />
<a href="mailto:charlotte@gmail.com">charlotte@gmail.com</a></div>
</body>
</html>



Services

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Fish Creek Animal Hospital</title>
<link rel="stylesheet" type="text/css" href="fishcreekcss.css"/>
</head>

<body>
<h1>Fish Creek Animal Hospital</h1>
<div id="nav"><p><strong><a href="index.html">Home</a> <a href="services.html">Services</a> <a href="askvet.html">Ask the Vet</a> <a href="contact.html">Contact</a></strong></p></div>
<dl>
<div class="category">Medical services</dt></div>
<dd>We offer state of the art equiptment and technology.</dd>
<div class="category">Sergical services</dt></div>
<dd>Full range of sergical procedures including orthopedics and emergency surgeries.</dd>
<div class="category">Dental care</dt></div>
<dd>A dental exam can determin whether your pet needs preventive dental care such as scaling and polishing</dd>
<div class="category">House calls</dt></div>
<dd>The elderly, physically challenged and multiple pet households often find out in-home veterinary service helpful and conveniant.</dd>
<div class="category">Emergencies</dt></div>
<dd>At least one of our doctors is on call every day and night.</dd>
</dl>
<br />
<div id="footer"><em><small>Copyright &copy; 2011 Fish Creek animal hospital</small></em> <br />
<a href="mailto:charlotte@gmail.com">charlotte@gmail.com</a></div>
</body>
</html>

No comments:

Post a Comment