-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCONTACTME.html
More file actions
32 lines (28 loc) · 1.07 KB
/
CONTACTME.html
File metadata and controls
32 lines (28 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>CONTACT ME</title>
</head>
<body>
<h1><strong>Contact number - 7569988597</strong></h1>
<h1><strong>Contact Email-srinivasmore345@gmail.com</strong></h1>
<h1><strong>Alternate Email-srinivasmore14388@gmail.com</strong></h1>
<h1><strong><a href="www.linkedin.com/in/srinivas123">My linked in </a></strong></h1>
<hr>
<form action="mailto:srinivasmore345@gmail.com" method="post" enctype="text/plain">
<label for="">Your name:</label>
<input type="text" name="yourname" value="">
<br>
<label for="">Gender</label>
<label for="">Male:</label>
<input type="radio" name="gender" value="male">
<label for="">Female</label>
<input type="radio" name="gender" value="female"><br>
<label for="">your email</label>
<input type="email" name="your email" value=""><br>
<textarea name="name" rows="5" cols="20"></textarea> <br>
<input type="submit" name="">
</form>
</body>
</html>