-
Notifications
You must be signed in to change notification settings - Fork 0
/
real-estate-listings.html
41 lines (34 loc) · 1.09 KB
/
real-estate-listings.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Exceptional Realty Group - Luxury Homes - Listings</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.0/normalize.css">
<link rel="stylesheet" href="css/style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.7.1/modernizr.min.js"></script>
</head>
<body>
<h1>Exceptional</h1>
<h2>Realty Group</h2>
<!-- links -->
<a href="index.html">About</a> <a href="new-properties.html"> New Properties </a><a href="real-estate-listings.html"> Listings </a> <a href="market-report.html"> Market Report </a> <a href="contact.html"> Contact Us </a> <a href="http://hud.gov" target="_blank"> H.U.D </a>
<h3>Property Archive</h3>
<h4>2014</h4>
<!--unordered list -->
<li>Dec</li>
<li>Nov</li>
<li>Oct
<ul>
<li>17th</li>
<li>18th</li>
</ul>
<h2 class="milk-text">Featured Listings</h2>
<h3>Popular Listings</h3>
<!-- ordered list -->
<ol>
<li>348 Stockton Street</li>
<li>3742A Belevadere Road</li>
<li>41 Cleaton Avenue</li>
</ol>
</body>
</html>