-
Notifications
You must be signed in to change notification settings - Fork 0
/
page9.html
80 lines (78 loc) · 2.71 KB
/
page9.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<header>
<title> Responsibility </title>
<link rel="icon" type="image/x-icon" href="https://assets.ltkcontent.com/images/7206/examples-of-culture_0066f46bde.jpg">
<center>
<nav>
<a href="index.html">Home</a>
<a href="page2.html">Clothing</a>
<a href="page3.html">Food</a>
<a href="page4.html"> Language</a>
<a href="page5.html"> Pets</a>
<a href="page6.html"> Hunting </a>
<a href="page7.html"> Family</a>
<a href="page8.html"> Heritage</a>
<a href="page9.html"> Responsibility</a>
<a href="page10.html"> Hobbies</a>
<a href="FINALPAGE.html"> Final Page</a>
<a href="PiecesOfMeCultureProject.txt"> Notes </a>
<a href="https://github.com/Skelitin-JS/school-project"> Code Of Website</a>
<a href="toolsused.html"> Tools Used</a>
<a href="sourcescited.html"> Images</a>
</nav>
</center>
<style>
a:link, a:visited {
background-color: blueviolet;
color: white;
padding: 5px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active {
background-color: darkorchid;
}
</style>
<h1> Responsibility</h1>
<style>
body{
background-image: url('https://images.hdqwalls.com/download/stars-landscape-digital-art-4k-oy-1920x1080.jpg');
}
</style>
<link rel="icon" type="image/x-icon" href="https://assets.ltkcontent.com/images/7206/examples-of-culture_0066f46bde.jpg">
</header>
<body>
<h3>
<p>
Responsibility is very important to me and our culture.
</p>
<p>
If you aren't responsible, and lose your homework (which I have definetly never done) you will get a bad grade.
</p>
<p>
If you aren't responsible with pets they die.
</p>
<p>
If you aren't responsible with money, you will have none.
</p>
<p>
Responsibility is very important, to me and to our culture.
</p>
<p>
I try my best to be responsible, but not everyone is perfect.
</p>
</h3>
<style>
h3{
text-align: center;
color: white;
}
h1{
text-align: center;
color: white;
}
</style>
</body>
</html>