-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathliving.html
58 lines (41 loc) · 1.72 KB
/
living.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type"text/css" href="livingconditions.css">
</head>
<body>
<body class="background help">
<!-- nav bar -->
<ul>
<li class="active questrial"><a href="turnip.html">Home</a></li>
<li class=questrial><a href="tips.html">Tips</a></li>
<li class=questrial><a href="games.html">Games</a></li>
<li style="float:right"><a class="questrial" href="about.html">About</a></li>
</ul>
<p>
<h1 class=righteous><strong>Living Condition</strong></h1>
<h3 class=center><strong>What is your Living Condition footprint?</strong></h3>
</p>
<h3 class=fun-fact><u>Fun Fact!</u></h3>
<h2 class="kanit">Did you know durring the Great Depression, people from other countries came to the states. Most moved to NYC where Elis Island is and came over here with barley any money and a big family. Most families durring this time lived with other famlies in a 2 room or studio apartments.</h2>
<h2 class=pink><font color=pink>j</font></h2>
<div class=center>
<img src="https://media1.tenor.com/images/628c1e743f0094fe237199c1f0b13eaa/tenor.gif?itemid=5359546" align=center>
</div>
</p>
<p>
<h2>What type of energy does your house use?<input type="text"</h2>
</p>
<p>
<h2>How many peole live in your home?</h2>
<form>
<input type="radio" name="options" value="1" checked>1<br>
<input type="radio" name="options" value="2" checked>2<br>
<input type="radio" name="options" value="3" checked>4<br>
<input type="radio" name="options" value="4+" checked>4+<br>
</form>
</p>
<p>
<h1><strong>Results!</strong></h1>
</body>
</html>