-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (45 loc) · 1.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Steve Jobs</title>
</head>
<body>
<main>
<h1>
TRIBUTE PAGE
</h1>
This is a description of the Tribute Page
<h2>This is a tribute page sample of Steve Jobs</h2>
<div id="img">
<img src="https://i.ibb.co/Hpvc0V4/steve-job-pics.jpg" alt="steve-job-pics" border="15%" id ="This is the Image of Steve Jobs" height="40%"></a> >
<br>
<a href="https://en.wikipedia.org/wiki/Steve_Jobs" target="_blank"> Read More Information About Steve Jobs</a>
</div>
<p>I want to do this tribute page in respect to Steve Jobs
<ul>
<li>
1955, Born in San Francisco, California.
</li>
<li>
1972, Attended Reed College.
</li>
<li>
1976, Co founded Apple
</li>
<li>
1997, became the CEO of Apple.
</li>
<li>
2011, Died at 56, of a respiratory attack.
</li>
</ul>
</p>
</main>
</body>
<footer>
</footer>
</html>