-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeather.html
34 lines (34 loc) · 1.52 KB
/
feather.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>
<head>
<title> Lab 1.3</title>
<head>
<body>
<table align="center">
<tr>
<td style="text-align: center;"><h2><b>Feather Lite Interior Decorators</b></h2></td>
</tr>
</table>
<table width="35%" align="center" style="border: #BCBCBC solid 2px;" cellspacing="5" cellpadding="10">
<tr bgcolor="#66FFFF" style="text-align: center;">
<td style="border: #BCBCBC solid 2px;"><h3><b>NAME</b></h3></td>
<td style="border: #BCBCBC solid 2px;"><h3><b>PRICE</b></h3></td>
<td style="border: #BCBCBC solid 2px;"><h3><b>DESCRIPTION</b></h3></td>
</tr>
<tr bgcolor="#66FFFF" style="text-align: left;">
<td style="border: #BCBCBC solid 2px;text-align: center;"><h3><b>Dancing Armchair</b></h3></td>
<td style="border: #BCBCBC solid 2px;">$2150</td>
<td style="border: #BCBCBC solid 2px;">A very stylish Dancing armchair.</td>
</tr>
<tr bgcolor="#66FFFF" style="text-align: left;">
<td style="border: #BCBCBC solid 2px; text-align: center;"><h3> <b> Decorative Sofa </b></h3></td>
<td style="border: #BCBCBC solid 2px;">$5000</td>
<td style="border: #BCBCBC solid 2px;">A very comfortable sofa with a good and high back with detachable cushions.</td>
</tr>
<tr bgcolor="#66FFFF" style="text-align: center;">
<td style="border: #BCBCBC solid 2px;"><b><h1>SALE!!!<h1></b></td>
<td colspan=2 style="border: #BCBCBC solid 2px;"><h1> Avail a heavy weight opportunity at Featherlite</h1></td>
</tr>
</table>
</body>
</html>