-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistoryofhtml.html
34 lines (33 loc) · 1.64 KB
/
Historyofhtml.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
<!DOCTYPE html>
<html>
<head>
<title>HISTORY OF HTML</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="Historystyle.css">
<link href="https://fonts.googleapis.com/css2?family=Lato&family=Oswald&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
</head>
<body class="mainpage">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-header">
<a href="https://en.wikipedia.org/wiki/HTML" class="navbar-brand">HTML</a>
</div>
<div class="nav navbar-nav">
<li><a href="hisintro.html">Introduction</a></li>
<li><a href="his.html">History</a></li>
<li><a href="hisfound.html">Founder</a></li>
<li><a href="hiscomp.html">Comparison</a></li>
</div>
</nav>
<div class="container">
<div class="jumbotron">
<h1 class="display-4"> <img height="80" width="80" class="logo" src="HTMLlogo.jpg">The History of HTML</h1>
<p class="lead">This site gives a detailed description about the history of HTML.</p>
<hr class="my-4">
<p>There is also details about the founder and a few HTML tags and also a comparison between HTML in the past and present.</p>
<a class="btn btn-primary btn-lg" href="hisintro.html" role="button">Introduction</a>
</div>
</div>
</body>
</html>