-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmyquiza.htm
48 lines (37 loc) · 1.22 KB
/
myquiza.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=“Openness Page”>
<title>Openness</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body background="Images/barbra.jpeg" class="fill">
<div id="background"> <!-- this is the wrap for the whole page -->
<div id="wrap">
<header id="header">
<h1>You Are Open To Experience</h1>
</header>
<div id="content">
<p>Openness is a tendency to be creative and imaginative</p>
<p>High Openness: Inventive and Curious</p>
<p>Low Openness: Consistent and Cautious</p>
<p>Archetype: The Artist</p>
<p>Open Cities: Los Angeles, San Francisco</p>
<p>Famous Open Person: Barbra Streisand</p>
<p>Fictional Open Character: Phoebe Buffay</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>