-
Notifications
You must be signed in to change notification settings - Fork 3
/
BASICS.HTML
143 lines (140 loc) · 5.78 KB
/
BASICS.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
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
<!DOCTYPE HTML>
<HTML>
<HEAD>
<TITLE>
Basic HTML Design.
</TITLE>
</HEAD>
<BODY>
19/09/2017
<H1 align="center">Apple iPhone X</H1>
iPhone is a line of smartphones designed and marketed by Apple Inc. They run<A HREF="HTTP://www.Apple's ios"> Apple's iOS </A>mobile operating system. The first generation iPhone was released 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 supports android apps.</del><em> As of January 2017, Apple's App Store contained more than 2.2 million applications available for the iPhone.</em><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 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 <b>voice assistant Siri</b>. The iPhone 5 featured a taller, 4-inch display and Apple's newly introduced Lightning connector. In 2013, Apple released the 5S with improved hardware and a fingerprint reader, and the lower-cost 5C, a version of the 5 with colored plastic casings instead of metal. <br /><br /><code>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.<br /><br /></code> <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 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, 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 design, an improved camera and a new facial recognition system, named Face ID, but having no home button, and therefore, no Touch ID.</i><br />
<br />
<h1><b>Phone Specification</b></h1>
<ul type="disk">
<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>
<br />
<h1><b>Images of iphone</b></h1>
iphone
<img src="C:\Users\HP\Pictures\image2.jpg" height="200px" width="200px"/>
<img src="C:\Users\HP\Pictures\image4.jpg"height="200px" width="200px"/>
<hr>
<table border="1px" cellspacing="0" align="center" height="50px"widht="50px">
<tr>
<th colspan="2">phone
</th>
<th>
Apple iphone7
</th>
<th>
Apple iphone7 plus
</th>
</tr>
<tr>
<th rowspan="3" colspan="1">
General
</th>
<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>
<th>
Battery Capacity(mAh)
</th>
<td>
1960
</td>
<td>
2900
</td>
</tr>
<tr>
<th rowspan="3"colspan="1">
Display
</th>
<th>
Screen Sizes(inches)
</th>
<td>
4.70
</td>
<td>
5.50
</td>
</tr>
<tr>
<th>
Resoltion
</th>
<td>
750*1336 pixels
</td>
<td>
1080*1920pixels
</td>
</tr>
<tr>
<th>
Pixel Per Inch(PPI)
</th>
<TD>
326
</TD>
<TD>
401
</TD>
</tr>
<TR>
<TH>
Hardware
</TH>
<th>
RAM
</th>
<td>
2GB
</td>
<td>
3GB
</td>
</TR>
<TR>
<TH>
Connectivity
</TH>
<th>
NFC
</th>
<TD>
YES
</TD>
<TD>
No
</TD>
</TR>
</table>
</BODY>
</HTML>