-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.php
More file actions
41 lines (38 loc) · 747 Bytes
/
Copy path1.php
File metadata and controls
41 lines (38 loc) · 747 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
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title>harsh</title>
<style>
p
{
color: rgb(10,90,20);
font-size: 50px;
margin: 5px;
font-style:italic;
}
body
{
background-color: rgb(0,0,0);
background-image: url("E:\Media\Scenic\4.jpg");
}
h1
{
font-size:100px;
color: rgb(200,200,200);
text-align: center;
margin:30px;
font-family: Courier New;
}
</style>
</head>
<body>
<h1>F Website</h1>
<nav>
<a href="E:\Media\Scenic\4.jpg">Gallery</a>
</nav>
<!--This is comment line-->
<section>
<p title="Belongs to website" style="color:blue;">This is first webpage made by <br> Harsh Shah...</p>
</section>
</body>
</html>