-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
35 lines (31 loc) · 1.04 KB
/
contact.html
File metadata and controls
35 lines (31 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style.css">
<meta charset="utf-8">
<title>CONTACT</title>
</head>
<body>
<p><strong><em>MY ADDRESS :<br>
<ul>
<li>India</li>
<li>West Bengal,</li>
<li>CoochBehar- <strong>736170</strong></li>
<li>Ghugumaribazzar , Sri Krishna Video Hall</li>
</ul>
</em></strong></p>
<hr>
<p><strong>EMAIL ID:</strong> <em>iamdevraaj2006@gmail.com</em> <br> <strong>Call me :</strong> <em>8250918345</em></p>
<hr>
<form action="mailto:info@gmail.com" method="post" enctype="text/plain">
<label>Your Name :</label>
<input type="text" name="yourName" value=""><br>
<label>Your email :</label>
<input type="email" name="yourEmail" value=""><br><br>
<label>Your message :</label><br>
<textarea name="yourMessage" rows="10" cols="30"></textarea><br>
<input type="submit" name="">
</form>
</body>
</html>