-
Notifications
You must be signed in to change notification settings - Fork 0
/
intro1.html
63 lines (57 loc) · 2.64 KB
/
intro1.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
<!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">
<title>Doc...111</title>
<style>
#img-div {
text-align: center;
display: block;
width: 100%;
}
img {
padding-top: 10px;
height: auto;
width: 100%;
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
body {
color: orange
}
a {
color: blue;
}
</style>
</head>
<body background="https://wallpaperaccess.com/full/1324663.jpg">
<main id="main">
<h1 id="title">Bill Gates<h1>
<div id="img-div">
<image id="image"
src="https://media.wired.com/photos/5e6c06e613205e0008da2461/125:94/w_2124,h_1597,c_limit/Biz-billgates-950211062.jpg">
<p id="img-caption"> Co-founder of Microsoft Corporation</p>
</div>
<div id="tribute-info">
<ol>
<li>American business magnate, software developer, investor, author, and philanthropist</li>
<li>During his career at Microsoft, Gates held the positions of chairman, chief executive
officer (CEO), president and chief software architect, while also being the largest
individual shareholder until May 2014.[6] He is considered one of the best known
entrepreneurs of the microcomputer revolution of the 1970s and 1980s.</li>
<li>In June 2008, Gates transitioned to a part-time role at Microsoft and full-time work at the
Bill & Melinda Gates Foundation, the private charitable foundation he and his wife, Melinda
Gates, established in 2000.</li>
<li>In March 2020, Gates left his board positions at Microsoft and Berkshire Hathaway to focus
on his philanthropic efforts including climate change, global health and development, and
education</li>
</ol>
<h4> This was the brief introdution of Bill Gates <a href="https://en.wikipedia.org/wiki/Bill_Gates"
target="_blank"> CLICK HERE to know more about about BILL GATES</a>
</h4>
</div>
</body>
</html>