-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathwebhour_hw1.html
97 lines (93 loc) · 4.1 KB
/
webhour_hw1.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
<html>
<head>
<pre style="font-size:9">19/09/2017<center>HTML Basics</center></pre>
<h1 align="center">Apple iPhone X </h1>
</head>
<body>
<p>
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 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> <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 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 ?ngerprint reader, and the lower-cost 5C, a version of the 5 with colored plastic casings instead of metal.
</p>
<p style="font-family:monospace">
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 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>
</p>
<h1>
Phone Specification
</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>0 resistant</li>
</ul>
<h2>
Images of iPhone
</h2>
<span>iPhone</span><span><img src="image2.jpg" height="250" width="250"></span><span><img src="image4.jpg" height="250" width="320"></span>
<hr>
<table border=1 cellspacing=0 cellspacing=2 align="center" height="300" width="1000" align="center">
<tr>
<th colspan="2">
iPhone
</th>
<th>Apple iPhone 7</th>
<th>Apple iPhone 7 Plus</th>
</tr>
<tr>
<th rowspan="3">Genral</th>
<th>Dimensions(mm)</th>
<td> 138.30x67.10x7.10</td>
<td> 158.20x77.90x7.30</td>
</tr>
<tr>
<th>Weight</th>
<td> 138.00</td>
<td> 188.00</td>
</tr>
</tr>
<tr>
<th>Battery Capacity</th>
<td> 1960</td>
<td>2900</td>
</tr>
<th rowspan="3">Display</th>
<th>Screen Sizes(inches)</th>
<td>4.70</td>
<td>5.50</td>
</tr>
<tr>
<th>Resolution</th>
<td>750*1334 pixels</td>
<td>1080*1920pixels</td>
</tr>
<tr>
<th>Pixel per Inch</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>