-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
35 lines (29 loc) · 901 Bytes
/
Index.html
File metadata and controls
35 lines (29 loc) · 901 Bytes
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
<html>
<head>
<title> Happy Halloween </title>
<style>
body {
color: silver;
background: black;
background-image: "http://www.drodd.com/images10/halloween-wallpaper09.jpg";
}
p {
color: green;
padding: 20px;
}
img.smallimage {
width: 50%;
padding-top: 50px;
}
</style>
</head>
<body>
<h1> H</h1>
<p>trick or treat?</p>
<a href="index-2.html">trick</a> <p2> or</p2> <a href="index-2.html">treat</a>
<p1></p>
<img src="http://corbettpr.files.wordpress.com/2011/10/scary-halloween-house1.jpg"/>
<img class="smallimage" src=""/>
<a href="">search</a>
</body>
<html/>