-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathread_more.html
112 lines (112 loc) · 4.37 KB
/
read_more.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
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
<html>
<head>
<title> Furniture Website </title>
<link href="CSS/GALLARY.css" rel="stylesheet">
</head>
<body>
<div id="all">
<div id="page_head">
<a href="Home.html"> <img src="img/HMDECOR.png" alt="HMDECOR" id="head_logo" /> </a>
<ul>
<li class="ul_li1">
<span class="ul_li1-2"></span>
<span class="ul_li1-1">
<a href="Home.html"> HOME </a>
</span>
</li>
<li> <a href="GALLARY.html"> GALLARY</a> </li>
<li> <a href="CO.html"> ABOUT US</a> </li>
<li><a href="new.html"> NEW </a> </li>
<li> <a href="offer.html"> OFFERS </a> </li>
<li class="search_icon_format">
<span class="search_icon_format1">
🔎
<span class="search_icon_format11"> <input type="search"> </span>
</span>
</li>
<li id="ul_li_sign">
<a href="SIGNIN.html"> Sign in </a> / <a href="SIGN UP.html"> Create Account </a>/
<img src="img/cart.png" /><a href="#" id="li_cart"> My Cart </a>
</li>
</ul>
</div>
<div id="page_body">
<div id="logo">
<a href="Home.html"> <img src="img/HMDECOR.png" alt="HMDECOR" id="logo_img" /> </a>
</div>
<div id="read_more_all">
<div class="read_more">
<img src="img/n3.jpg" alt="bed room" />
</div>
<div class="read_more_des">
<p>
105M Bedroom 180Cm <br /> <br />
Bed 180Cm + 2 Night Stand + Dresser + wardrobe
</p>
<span class="cart_buttom1">
<span class="cart_buttom1-1">
<a href="mailto:[email protected]?subject=buy request from + user nam&body=address, mail, tel. number and comments"> <br /> Add to My Cart </a>
</span>
<span class="cart_buttom1-2"> </span>
</span>
</div>
</div>
<div id="more_detail">
<h3> Additional Information </h3>
<table>
<tr>
<th> width </th>
<td> 172 </td>
</tr>
<tr>
<th> length </th>
<td> 92 </td>
</tr>
<tr>
<th> depth </th>
<td> 210 </td>
</tr>
</table>
</div>
</div>
<div id="page_footer">
<table id="footer">
<tr>
<th>
<h3> Payment Methods </h3>
</th>
<th>
<h3> Contact Us </h3>
</th>
<th>
<h3> Sign Up for Our Newsletter </h3>
</th>
</tr>
<tr>
<td>
<p>
Save more time and get the <br />
advantage of online payment; <br /> we accept VISA and Master Card.
</p>
<div class="pay_img"> </div>
</td>
<td>
<img src="img/icon1.jpg"> 16666 <br />
<p>
<img src="img/icon4.jpg">
<p />
</td>
<td>
<p> Subscrib to our newsletter to <br /> receive the latest news </p>
<div id="sub">
<input type="email" placeholder="Enter your email">
<span id="subscribe"><a href="#"> Subscribe </a></span>
</div>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>