-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclass.html
More file actions
38 lines (33 loc) · 980 Bytes
/
Copy pathclass.html
File metadata and controls
38 lines (33 loc) · 980 Bytes
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
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-image: url("_images/bg.jpg ");
}
</style>
<link rel="stylesheet" type="text/css" href= "css/style.css">
<meta charset="UTF-8">
<title>Favorite Past Times</title>
</head>
<body>
<h2> Favorite past times</h2>
<nav class=“nav”>
<ui style= "border-style: solid;
border-width: 2px; "> <a href=index.html> Home</a></ui>
<ui style= "border-style: solid;
border-width: 2px; "><a href=music.html> Favorite kinds of of music </a></ui>
</nav>
<div class="interest">
<header id="sports"> <h4>Sports<h4><header>
<dl>
<di>Football</di>
<dd>I enjoy watching football and ocassional playing football with friends and family.</dd>
<di>Video Games</di>
<dd> I enjoy playing many video games ranging from Call of Duty to Terraria.</dd>
</div>
<footer>
<p class="foot"><i>”It is more difficult to fight against <b>faith</b> than against <b>knowledge</b>.”</i> -Adolf Hitler</P
</footer>
</nav>
</body