-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapple tv.html
More file actions
46 lines (44 loc) · 3.41 KB
/
Copy pathapple tv.html
File metadata and controls
46 lines (44 loc) · 3.41 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
<!DOCTYPE html>
<html>
<head> <title> Apple TV </title>
<link rel="stylesheet" type ="text/css" href ="./CSS/style.css">
</head>
<body>
<div>
<h1> APPLE TV </h1>
<p>
<center>
<ul id = "menu">
<li id ="items"> <a href = "index.html"> About </a> </li>
<li id ="items"><a href = "history.html"> History </a> </li>
<li id ="items"><a href = "ipad air.html"> Ipad Air </a> </li>
<li id ="items"><a href = "iphone 7.html"> Iphone 7</a> </li>
<li id ="items"><a href = "iphone6.html"> Iphone 6 </a> </li>
<li id ="items"><a href = "apple tv.html"> APPLE TV </a> </li>
<li id ="items"> <a href = "contact.html"> Contact </a> </li>
</ul>
</center>
</p>
</div>
<center>
<img src ="./IMG/ITV.jpg" width = "75%" height = "250px">
</center>
</div>
<div id = "main">
<p>
<h2>
<span id = "name">Introducing Iphone APPLE TV </span>
</h2></p>
<ul><li>
<span> About : </SPAN>
At the 2007 Macworld conference, Jobs demonstrated the Apple TV (previously known as the iTV), a set-top video device intended to bridge the sale of content from iTunes with high-definition televisions. The device links up to a user's TV and syncs, either via Wi-Fi or a wired network, with one computer's iTunes library and streams content from an additional four. The Apple TV originally incorporated a 40 GB hard drive for storage, included outputs for HDMI and component video, and played video at a maximum resolution of 720p. On May 31, 2007, a 160 GB hard disk drive was released alongside the existing 40 GB model. A software update released on January 15, 2008 allowed media to be purchased directly from the Apple TV.
On September 9, 2015, Apple announced the iPad Pro, an iPad with a 12.9-inch display that supports two new accessories, the Smart Keyboard and Apple Pencil. A 9.7-inch iPad Pro was announced on March 21, 2016.
In September 2009, Apple discontinued the original 40 GB Apple TV and now continues to produce and sell the 160 GB Apple TV. On September 1, 2010, Apple released a completely redesigned Apple TV. The new device is 1/4 the size, runs quieter, and replaces the need for a hard drive with media streaming from any iTunes library on the network along with 8 GB of flash memory to cache media downloaded. Like the iPad and the iPhone, Apple TV runs on an A4 processor. The memory included in the device is half of that in the iPhone 4 at 256 MB; the same as the iPad, iPhone 3GS, third and fourth-generation iPod Touch.
It has HDMI out as the only video out source. Features include access to the iTunes Store to rent movies and TV shows (purchasing has been discontinued), streaming from internet video sources, including YouTube and Netflix, and media streaming from an iTunes library. Apple also reduced the price of the device to $99. A third generation of the device was introduced at an Apple event on March 7, 2012, with new features such as higher resolution (1080p) and a new user interface.
At the September 9, 2015 event, Apple unveiled an overhauled Apple TV, which now runs a variant of OS X, tvOS, and contains 32GB or 64 GB of NAND Flash to store games, programs, and to cache the current media playing. The release also coincided with the opening of a separate Apple TV App Store and a new Siri Remote with a glass touchpad, gyroscope and microphone.
</LI>
</ul> </div>
<div>
<p id = "footer"> Copyright © 2020 Apple.Inc All Rights Reserved </p>
</div>
</body></html>