-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmyquize.htm
48 lines (37 loc) · 1.23 KB
/
myquize.htm
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
44
45
46
47
48
<!DOCTYPE HTML> <!-- which version of html we are using -->
<html>
<head>
<meta charset=“utf-8”>
<meta name=“description” content=“Neuroticism Page”>
<title>Neuroticism</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body background="Images/george.jpg" class="fill">
<div id="background"> <!-- this is the wrap for the whole page -->
<div id="wrap">
<header id="header">
<h1>You Are Neurotic</h1>
</header>
<div id="content">
<p>Neuroticism is a tendency to experience unpleasant emotions</p>
<p>High Neuroticism: Sensitive and Nervous</p>
<p>Low Neuroticism: Secure and Confident</p>
<p>Archetype: The Cynic</p>
<p>Neurotic Cities: New York, Pittsburgh</p>
<p>Famous Neurotic Person: David Letterman</p>
<p>Fictional Neurotic Character: George Costanza</p>
</div>
<footer id="footer">
<p>Learn more about each trait</p>
<nav id="nav">
<a href="myquiza.htm">Openness</a>
<a href="myquizb.htm">Conscientiousness</a>
<a href="myquizc.htm">Extraversion</a>
<a href="myquizd.htm">Agreeableness</a>
<a href="myquize.htm">Neuroticism</a>
</nav>
</footer>
</div>
</div>
</body>
<html>