-
Notifications
You must be signed in to change notification settings - Fork 0
/
figureinfotim.html
23 lines (23 loc) · 968 Bytes
/
figureinfotim.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>Important Figures In Computing | www.lists.com</title>
<style>
body {
color: green;
background-color: black;
}
</style>
<h1><u>Info On Historically important Figures In
Computing </u></h1>
</head>
<body>
<h2>Tim Berners-Lee</h2>
<p>Tim Berners-Lee is one of the founding fathers of the modern day internet. In <b>1989</b>, he created the world wide web (or www for short). This is a collection of webpages on the internet. </p>
<p>Here is a video describing his work more: </p><video width="720" height="480" controls>
<source src="assets/A brief history of the World Wide Web.mp4" type="video/mp4">
</video>
<p>If you'd like to read more about Tim Berners-Lee check out <a href = "https://www.vanityfair.com/news/2018/07/the-man-who-created-the-world-wide-web-has-some-regrets">this article</a>.</p>
<p>Back to the <a href = "index.html">Homepage </a></p>
</body>
</html>