-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdan_ass2.html
More file actions
37 lines (37 loc) · 1.36 KB
/
dan_ass2.html
File metadata and controls
37 lines (37 loc) · 1.36 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
<!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>Document</title>
<link rel="stylesheet" href="dan_ass2.css">
</head>
<body>
<nav>
<a href="dan_ass.html">Home</a>
<a href="">About</a>
</nav>
<main>
<h2>About</h2>
<ol>
<li>Education</li>
<li>Career</li>
</ol>
<p>
<dl>
<dt>1. Education</dt>
<dd>Bill Gate effectively invented the collage-dropout
billionaire trope in <span class="year"> 1975</span>.
<br>When he left Havard Universty to found Microsoft.While Havard eventually awarded an honorary doctrate to Gates <span class="year">he never completed bachelor's degree .</span>
</dd>
<dt>2. Career</dt>
<dd>During his career at microsoft, Gates held the position of chairman, chief executive officer<span class="year">(CEO)</span>, president and Chief Software Architect.
<br>
While being the largest individual shareholder until <span class="year">2014</span>.He was a maajor entrepreneur of microcomputer revolution of the <span class="year">1970s</span> and <span class="year">1980s</span>.
</dd>
</dl>
</p>
</main>
</body>
</html>