-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmarket-report.html
34 lines (29 loc) · 1.13 KB
/
market-report.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Exceptional Realty Group - Luxury Homes - Market Report</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>Market Report</h3>
<table>
<tr>
<th>Address</th> <th>City</th><th>State</th><th>Sales Price</th>
</tr>
<tr>
<td>2345 Fairview Lane</td><td>Brooklyn</td><td>NY</td> <td>1.2 mil</td>
</tr>
<td>974 Clapton Street </td><td>Queens</td> <td>NY</td> <td>$998 k</td>
<tr>
<td>14A Belmont Way</td> <td>Bronx</td> <td>NY</td> <td>$874 K</td>
</tr>
</table>
</body>
</html>