forked from tomlong92/Big-Five-Personality-Test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyquizb.htm
48 lines (37 loc) · 1.35 KB
/
myquizb.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=“Conscientiousness Page”>
<title>Conscientiousness</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body background="Images/martha.jpg" class="fill">
<div id="background"> <!-- this is the wrap for the whole page -->
<div id="wrap">
<header id="header">
<h1>You Are Conscientious</h1>
</header>
<div id="content">
<p>Conscientiousness is a tendency to be organized and dependable</p>
<p>High Conscientiousness: Efficient and Organized</p>
<p>Low Conscientiousness: Easy-Going and Careless</p>
<p>Archetype: The Model Citizen</p>
<p>Conscientious Cities: Atlanta, Denver</p>
<p>Famous Conscientious Person: Martha Stewart</p>
<p>Fictional Conscientious Character: Monica Gellar</p>
</div>
<footer id="footer">
<p>Learn more about each trait</p>
<nav id="nav">
<a href="myquizd.htm">Flexible (Agreeableness)</a>
<a href="myquizb.htm">Reliable (Conscientiousness)</a>
<a href="myquiza.htm">Adventurous (Openness)</a>
<a href="myquize.htm">Mature (vs. Neuroticism)</a>
<a href="myquizc.htm">Extroverted (Extraversion)</a>
</nav>
</footer>
</div>
<div/>
</body>
<html>