-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (32 loc) · 886 Bytes
/
index.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
<!DOCTYPE HTML> <!-- which version of html we are using -->
<html>
<head>
<meta charset=“utf-8”>
<meta name=“first-page” content=“Home Page”>
<title>Big Five Personality</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body background="Images/AC14A810-D98E-4ADF-BAAC-5DB6D5E92D9C.jpeg" class="fill">
<div id="background"> <!-- this is the wrap for the whole page -->
<div id="wrap">
<header id="header">
<h1>What is your dominant personality trait?</h1>
</header>
<div id="content">
<p><br></p>
<p><br></p>
<p><br></p>
<p><br></p>
<p><br></p>
<p><br></p>
<p>Take the Big Five Personality Inventory</p>
</div>
<footer id="footer">
<nav id="nav">
<a href="test.html">Start the Test</a>
</nav>
</footer>
</div>
</div>
</body>
<html>