-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContact me.html
More file actions
27 lines (27 loc) · 1.03 KB
/
Contact me.html
File metadata and controls
27 lines (27 loc) · 1.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h3>My Contact Details</h3>
<p><em>My address</em></p>
<p><em>My phone number</em></p>
<p><em>My email</em></p>
<a href="https://www.instagram.com/s.a.n.c.hi.t/"><img src="Instagram.JPG" width="40" height="40"></a>
<a href="https://www.facebook.com/sanchit.munjal.505/"><img src="Facebook.png" width="35" height="35"></a>
<hr>
<form action="mailto:sanchitmunjal203@gmail.com" method="post" enctype="text/plain">
<input type="date"><br>
<label>Your Name:</label>
<input type="text" name="yourname" value=""><br>
<label>Your Email:</label>
<input type="email" name="youremail" value=""><br>
<label>Your Message:</label><br>
<textarea name="yourMessage" rows="14" cols="30"></textarea><br>
<input type="submit" name="">
</form>
</body>
</html>