-
Notifications
You must be signed in to change notification settings - Fork 0
/
Website Completed example.html
37 lines (37 loc) · 1.49 KB
/
Website Completed example.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
<!DOCTYPE html>
<html>
<head>
<title>Website completed example</title>
</head>
<body>
<h1>The first iPad</h1>
<img src="https://d2um6umu4gwssp.cloudfront.net/apple/wp-content/uploads/2016/06/ipad-1st-generation-large.jpg" width="30%" height="auto">
<video controls src="https://veryniceperson.github.io/Images/iPad%20Commercial.mp4" float="right" width="60%" height="auto"></video>
<div class="whats_an_ipad_info" style="display: block;">
<h2>What's an iPad?</h2>
<p>The iPad is a tablet computer developed by <a href="https://www.apple.com" target="_blank">Apple</a>. It is smaller than a typical laptop, but significantly larger than the average smartphone. The iPad does not include a keyboard or a trackpad,but instead has a touchscreen interface, which is used to control the device.
<br></br>
<b>
The iPad came with apps capable of handling many of our routine tasks.These include a web browser, a mail client, a calendar,
an alarm clock, a maps package, a notepad, a video conferencing app, and a contacts list. It also includes tablet-specific apps,
such as a camera, a photo app, a video library, and an app for playing music.</p>
</b>
</div>
<h2>When was it created?</h2>
<h2>Was it successful?</h2>
<h2>Pros and Cons</h2>
<strong>Pros</strong>
<ul>
<li>Easy to use</li>
<li>Touchscreen</li>
<li>Powerful</li>
<li>Ability to wirelessly access the Internet</li>
</ul>
<strong>Cons</strong>
<ol>
<li>Expensive</li>
<li>Needs a Wi-Fi Router</li>
<li>Isn’t as powerful as PCs</li>
</ol>
</body>
</html>