-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproperty2.html
More file actions
125 lines (98 loc) · 2.71 KB
/
property2.html
File metadata and controls
125 lines (98 loc) · 2.71 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!-- NAME: Apoorva.Lingashettar
CLASS: CS553-A
ASSIGNMENT:4 -->
<html>
<head>
<title>
propert2
</title>
<style>
body
{
background-color: beige;
}
ul li
{
color : coral;
}
ul li span
{
color : black;
}
</style>
</head>
<body>
<div style="text-align: center"> <img src="images/image2.jpg" alt="property2" heigth="270" width="300"></div>
<h4 style="margin: 37px" "background-color: burlywood">
Description:
</h4>
<p style="margin: 37px" >
<blockquote>
New construction! Underway is a magnificent 7,000 SQFT home on 1.1 acres at 96 Five Mile River Road. NO flood Insurance required! 6 Bedrooms
and 8.5 bathrooms and 2 laundry rooms. Sauna, water views, freeform in-ground gunite pool w/ hot tub. INCLUDING 20' WATERFRONT PARCEL on five
mile river. 600+ SQFT great room in pool house with wet bar. Exceptional quality construction highlighted by a custom kitchen w/ the finest appliances,
an oversized Master Suite, Front Balcony w/ view, bonus room, 3-car attached garage. 9' ceilings on 1st floor. Finished 3rd floor bedroom.
MJM Construction has been a luxury homebuilder in lower Fairfield County for over 30 years.
</blockquote>
</p>
<hr color="coral">
<h4 style="margin: 37px" >Features:</h4>
<div style="float: left">
<ul style="margin: 37px; margin-top:-3px">
<li><span>Bed:6</span></li>
<li><span>House Size:1600 sqft</span></li>
<li><span>Price: $650,000</span></li>
<li><span>Property Type:Single Family Home</span></li>
</ul>
</div>
<div style="float: left">
<ul style="margin: 37px; margin-top:-3px">
<li><span>Baths: 3 and Half</span></li>
<li><span>Garage: 3 Car Garage</span></li>
<li><span>Year of Built: 2008</span></li>
<li><span>Neighbourhood: Silver Park </span></li>
</ul>
</div>
<!--
<div style="float: left">
<table style="margin: 37px" cellpadding="4">
<tr>
<td>Bed</td>
<td>6</td>
</tr>
<tr>
<td>House Size</td>
<td>600+ sqft</td>
</tr>
<tr>
<td>Price</td>
<td>$850,000</td>
</tr>
<tr>
<td>Property Type</td>
<td>Single Family Home</td>
</tr>
</table>
</div>
<div style="float: left">
<table style="margin: 37px" cellpadding="4" >
<tr>
<td>Baths</td>
<td>8 and half</td>
</tr>
<tr>
<td>Garage</td>
<td>3 Car Garage</td>
</tr>
<tr>
<td>Year Of Built</td>
<td>1980</td>
</tr>
<tr>
<td>Neighbourhood</td>
<td>Silver Park</td>
</tr>
</table>
-->
</body>
</html>