CSS
{
background-color: #ffffcc;
font-family: Helvetica, Ariel, sans-serif;
color: #003300;
}
h2 {
background-color: #ffffcc;
color: #003366;
}
h3 {
background-color: #ffffcc;
color: #006600;
}
dd {
font-style: italic;
font-size: small;
line-height: 200%;
}
.logo {
background-color: #ffffcc;
color: #48751a;
}
#nav {
font-style: bold;
font-size:large;
}
.contact {
font-style: bold;
font-size:small;
font-family:"Times New Roman", Times, serif;
}
#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>Prime Properties</title>
<link rel="stylesheet" type="text/css" href="prime.css"/>
</head>
<body>
<div class="logo"><h1>Prime Properties</h1></div>
<h3><i>Serving the Northwest Chicago Suburbs since 1986</i></h3>
<div id="nav"<a href="index.html">Home</a> <a href="listings.html">Listings</a> <a href="financing.html">Financing</a> <a href="contact.html">Contact</a></strong></div>
<br />
<p>Prime Properties is prepared to market and sell your property.<br />
The philosophy of Prime Properties is to promote our clients, not ourselves.<br />
We can also help you find the property that meets your needs;</p>
<br />
<ul>
<li>location
<li>price</li>
<li>features</li>
</ul>
<br />
<div class="contact"><p>Prime Properties
3055 Bode Road
Schaumburg, IL 60194
847-555-5555</p></div>
<div id="footer">Copyright © 2011 Prime Properties<br />
<a href="mailto:charlotte@gmail.com">charlotte@gmail.com</a></div>
</body>
</html>
Financing
<!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>Prime Properties</title>
<link rel="stylesheet" type="text/css" href="prime.css">
</head>
<body>
<h1>Prime Properties</h1>
<h2><i>Financing</i></h2>
<div id="nav"<a href="index.html">Home</a> <a href="listings.html">Listings</a> <a href="financing.html">Financing</a> <a href="contact.html">Contact</a></strong></div>
<br />
<p>We work with many area mortgage and finance companies.</p>
<h3> Mortgage FAQ</h3>
<dl>
<dt>What amount of mortgage do I qualify for?</dt>
<dd>The total basic monthly housing cost is normally based on 29% to 41% of
your gross monthly income.</dd>
<dt>Which percentage is most often used?</dt>
<dd>The percentage used depends on the lending institution and type of financing.</dd>
<dt>How do I get started?</dt>
<dd>Contact us today to help you arrange financing for your home.</dd>
</dl>
<div class="contact"> <p>Prime Properties
3055 Bode Road
Schaumburg, IL 60194
847-555-5555</p></div>
<div id="footer">Copyright © 2011 Prime Properties<br />
<a href="mailto:charlotte@gmail.com">charlotte@gmail.com</a></div>
</body>
</html>
No comments:
Post a Comment