-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contact.html
58 lines (56 loc) · 1.27 KB
/
Contact.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 lang="en" dir="ltr"><center>
<head>
<meta charset="utf-8">
<title>Contact Kallesh D R</title>
<hr>
<style media="screen">
h3{
text-align: center;
color: blue;
text-decoration-style: dotted;
font-size: 56px;
font-style: italic;
}
h2{
color: black;
text-decoration-style: none;
font-size: 12px;
font-style: italic;
}
table{
table-layout: fixed;
}
body{
background-image: 1.jpg;
background-color: skyblue;
}
hr{
border-style: dashed;
border-right-style: none;
border-width: thick;
border-top: none;
}
p{
color: black;
text-decoration-style: none;
font-size: 10px;
font-style: italic;
}
a{
text-decoration-color: blue;
font-size: 20px;
font-style: caliber;
}
</style>
</head>
<body>
<h3>Contact Form</h3>
<h2>Kallesh D R</h2>
<h2>7676654809</h2>
<h2>kallesh953@gmail.com</h2>
<h2>kallesh953@gmail.com</h2>
<h2>kallesh953@gmail.com</h2><hr>
<a href="FeedbackForm.html">Feedback Formate</a>
</body></center>
</html>