-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
84 lines (84 loc) · 4.52 KB
/
index.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
<! Doctype html>
<html>
<head>
<title>Apple iPhone X</title>
</head>
<body>
<h1 align="center">Apple iPhone X</h1>
<p>
<br>iPhone is a line of smartphones designed and marketed by Apple Inc. They run <a href="https://en.wikipedia.org/wiki/IOS">Apple's iOS</a> mobile operating system. The first generation iPhone was released<br>on June 29, 2007, and there have been multiple new hardware iterations with new iOS releases since.<br>The user interface is built around the device's multi-touch screen, including a virtual keyboard. The iPhone has Wi-Fi and can connect to cellular networks.<del> It<br>supports android apps.</del><i> As of January 2017, Apple's App Store contained more than 2.2 million applications available for the iPhone.</i><br><b>Apple has released ten generations of iPhone models</b>, each accompanied by one of the ten major releases of the iOS operating system. It was followed by the<br>3GS with improved hardware, the 4 with a metal chassis, higher display resolution and front-facing camera, and the 4S with improved hardware and the voice<br>assistant Siri. The iPhone 5 featured a taller, 4-inch display and Apple's newly introduced Lightning connector. In 2013, Apple released the 5S with improved<br>hardware and a fingerprint reader, and the lower-cost 5C, a version of the 5 with colored plastic casings instead of metal.
</p>
<p>
<br>They were followed by the larger iPhone 6, with models featuring 4.7 and 5.5-inch displays.<br><br>The iPhone 6S was introduced the following year,<br><br>which featured hardware upgrades and support for pressure-sensitive touch inputs,<br><br>as well as the SE—which featured hardware from the 6S but the smaller form factor of the 5S.
</p>
<p>
<u>In 2016, Apple unveiled the iPhone 7 and 7 Plus</u>, which add water resistance, improved system and graphics performance, a new rear dual-camera setup on the<br>Plus model, and new color options, while removing the 3.5 mm headphone jack found on previous models. The iPhone 8 and 8 Plus were released in 2017,<br>adding a glass back and an improved screen and camera.<i> The iPhone X was released alongside the 8 and 8 Plus, with its highlights being a near bezel-less<br>design, an improved camera and a new facial recognition system, named Face ID, but having no home button, and therefore, no Touch ID.</i>
</p>
<h2>Phone Specification</h2>
<ul>
<li>Exp release 2017 November</li>
<li>174g 77m thickness</li>
<li>ios 11</li>
<li>2<sup>6</sup>/2<sup>8</sup>GB storage</li>
<li>No SD card slot</li>
<li>H<sub>2</sub>O resistant</li>
</ul>
<h3>Images of iPhone</h3>
<p>
iPhone
<img src="./image2.jpg" height="150" width="200"/>
<img src="./image4.jpg" height="150" width="200"/>
</p>
<table border="5" align="center" height="300" width="600" id="tab">
<tr>
<th colspan="2">Phone</th>
<th>Apple iPhone 7</th>
<th>Apple iPhone 7 Plus</th>
</tr>
<tr>
<td rowspan="3" align="center">General</td>
<th>Dimensions(mm)</th>
<td>138.30 x 67.10 x 7.10</td>
<td>158.20 x 77.90 x 7.30</td>
</tr>
<tr>
<th>Weight(g)</th>
<td>138.00</td>
<td>188.00</td>
</tr>
<tr>
<th>Battery Capacity(mAh)</th>
<td>1960</td>
<td>2900</td>
</tr>
<tr>
<td rowspan="3" align="center">Display</td>
<th>Screen sizes(inches)</th>
<td>4.70</td>
<td>5.50</td>
</tr>
<tr>
<th>Resolution</th>
<td>750*1334pixels</td>
<td>1080*1920pixels</td>
</tr>
<tr>
<th>Pixel Per Inch(PPI)</th>
<td>326</td>
<td>401</td>
</tr>
<tr>
<td align="center">Hardware</td>
<th>RAM</th>
<td>2 GB</td>
<td>3 GB</td>
</tr>
<tr>
<td align="center">Connectivity</td>
<th>NFC</th>
<td>Yes</td>
<td>No</td>
</tr>
</table>
</body>
</html>