-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
40 lines (27 loc) · 1.45 KB
/
Index.html
File metadata and controls
40 lines (27 loc) · 1.45 KB
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
<!DOCTYPE html>
<html>
<head>
<title>BOO!</title>
<style type="text/css">
body {
background: black;
color: orange
}
</style>
</body>
</head>
<body>
<h1> Halloween Time Fun! </h1>
<h2> How To Make Halloween Fun For You and Your Friends! </h2>
<img src="http://www.gardencitylib.org/wp-content/uploads/2015/09/Halloween-Decor-Walgreens.jpg"></img>
<p> Halloween is nothing without costumes and Candy </p>
<p> You can be something scary or sweet but just make sure you love everything about your costume!</p>
<img src="http://www.hercampus.com/sites/default/files/2013/11/03/kids-halloween-costumes.jpg"></img>
<p> You can find cool costumes ideas for Halloween by clicking <a href="page-2.html">here</a>
<h3> All The Movies You Can Think Of!</h3>
<p> Whether it's Hocus Pocus, Halloween Town, Michael Meyers, or anything by Tim Burton Halloween Movies are a must during this time of year.</p>
<img src="http://cdn.playbuzz.com/cdn/25d2ed04-6e04-473f-ae74-f546297f7c1f/d5e20ad7-a4f6-4c30-808d-ea50d66eccf0.jpg">
</img> <img src="https://newspaper.neisd.net/macarthur/files/2015/10/The_nightmare_before_christmas_poster-1oapjpc.jpg"></img>
<h4> Follow These Steps to Have a Very Happy Halloween! </h4>
</body>
</html>