-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsony42.html
More file actions
186 lines (168 loc) · 10.6 KB
/
sony42.html
File metadata and controls
186 lines (168 loc) · 10.6 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html lang="en">
<head>
<title>Television</title>
<meta charset="utf-8">
<meta name="keywords" content="Television, TV">
<meta name="description" content ="TV">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="styles/tvstyle.css" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/e096953709.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="siteheader">
<!--HEADER-->
<header>
<div class="logo">
<img src="images/logo1.jpg" alt="Logo" >
</div>
<div class="search">
<input type="text" placeholder="Seach for Products, Brands and More.." >
</div>
<div class="menu">
<ul>
<li><a href="signup.html">Login/Sign Up</a></li>
</ul>
</div>
</header>
<!--NAV-->
<nav>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="laptop.html">Laptop</a></li>
<li><a href="tv.html">Television</a></li>
<li><a href="phones.html">Mobile Phones</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</div>
<main>
<div class="firstslide">
<div class="heading">
<h1>Televisions</h1><br><br><hr>
</div>
<div class="content">
<p class="head">Sony 43" 4K UHD HDR LED Android Smart TV (XBR43X800G)</p>
<img src="images/6.jpg" alt="TV">
<h4>$749.99</h4>
<h3>Overview</h3>
<p>Elevate your entertainment with the Sony 43" 4K Smart TV. Powered by Android Nougat 7.0, this television puts limitless content right at your fingertips. It boasts a dazzling UHD display with high dynamic range, X-Reality PRO, and Motionflow XR technologies to bring your shows, movies, and games to life for a truly immersive experience.</p>
<h3>Details and Specifications</h3>
<table style="text-align:center">
<tbody>
<tr>
<td>Model Name</td>
<td>XBR43X800G</td>
</tr>
<tr>
<td>Color</td>
<td>Black</td>
</tr>
<tr>
<td>Display Type</td>
<td>UHD</td>
</tr>
<tr>
<td>Display Size</td>
<td>42.5 in</td>
</tr>
<tr>
<td>Resolution</td>
<td>4 K</td>
</tr>
<tr>
<td>Screen Type</td>
<td>LED</td>
</tr>
<tr>
<td>3D</td>
<td>Yes</td>
</tr>
<tr>
<td>Smart TV</td>
<td>Yes</td>
</tr>
<tr>
<td>Curved TV</td>
<td>No</td>
</tr>
<tr>
<td>HDMI</td>
<td>2</td>
</tr>
<tr>
<td>USB</td>
<td>2</td>
</tr>
<tr>
<td>Built In Wifi</td>
<td>Yes</td>
</tr>
<tr>
<td>Launch Year</td>
<td>2018</td>
</tr>
<tr>
<td>OS</td>
<td>Fire TV</td>
</tr>
<tr>
<td>Dimensions</td>
<td>109.4 cm x 68.5cm x 30.4cm</td>
</tr>
<tr>
<td>Weight</td>
<td>9 kg</td>
</tr>
<tr>
<td>Power Requirement</td>
<td>AC 100-240 V, 50/60 Hz</td>
</tr>
<tr>
<td>Power Consumption</td>
<td>69 W, 0.5W (Standby)</td>
</tr>
</tbody>
</table>
</div>
</main>
<!--FOOTER-->
<footer>
<div class="bottom">
<div class="sub1bottom">
<ul>
<h2>Products</h2>
<li><a href="laptop.html">Laptop</a></li>
<li><a href="tv.html">Television</a></li>
<li><a href="mobiles.html">Mobile Phones</a></li>
</ul>
</div>
<div class="sub2bottom">
<ul>
<h2>About</h2>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="">About Us</a></li>
<li><a href="">Careers</a></li>
</ul>
</div>
<div class="sub3bottom">
<h2>Social</h2>
<i class="fab fa-twitter fa-lg"></i> Twitter<br>
<i class="fab fa-facebook fa-lg"></i> Facebook<br>
<i class="fab fa-instagram fa-lg"></i> Instagram<br>
</div>
<div class="sub4bottom">
<h2>Email Us</h2>
<p>lovish@webdevco.com</p>
<p>madhav@webdevco.com</p>
<p>gunveen@webdevco.com</p>
<p>alexander@webdevco.com</p>
</div>
</div>
© 2019 LaunchBox
<p>Terms & Conditions | Conditions of Use | Privacy Policy | Accessibility Policy | Product Recalls | Credits</p>
</footer>
</body>
</html>