-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTribute page.html
51 lines (38 loc) · 2.2 KB
/
Tribute page.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A Tribute page</title>
<link rel="stylesheet" href="Tribute page.css">
</head>
<body>
<header class="header">
<h1 class="title" >DR. Norman Borlaug </h1>
<p>1995 2011</p>
</header>
<section class="tribute">
<blockquote> <h2>"Design is not just what it looks like and feels like. Design is how it works</h2></blockquote>
<img src="IMG-20240718-WA0011.jpg" alt="">
</section>
<section class="bio">
<h2>Biography</h2> <br><br>
<p>
<li>Thomas Edison (1847-1931) was an America inventor and businessman who develop and made commercially
available-many key of modern life. his Edisonn electric company was a pioneering company for delivering direct electricity directly
into peoples homes. he filed over 1,000 parents for a variety of different inventions.Crusially, he use mass-produce techniques
to make his inventions available at low cost to households across America. his most important invention include; the electricity
light bulbs, the phonograph, the motion picture camera, an electricity car and electricity station
</li> <br> <br>
<li>January 1837, at his laboratory 1877, Edison inventede p in menlo park,new jersey, Edison build his first high resistant, incandescent electric</li>
<li>1877 Edison invented phonograph</li>
</p>
<p><h3>Short Biography of Thomas Edison</h3></p><br><br>
<li><h4> Thomas Edison was born in milan,ohio on february 11, 1847. the youngest of seven siblings. His parents were middle class
though there were not wealthy, especially when railroad by passed milan, forcing the family to move to port huron, Michigan. he
attended only 3 months of normal schooling, he irritated his teachers with continuous questioning.
</h4></li>
<li> Thomas Edison died at west orange, new jersey, on October 18th 1931, at the age of 84</li>
</section>
</body>
</html>