-
Notifications
You must be signed in to change notification settings - Fork 0
/
contactme.html
35 lines (31 loc) · 909 Bytes
/
contactme.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My contact information</title>
</head>
<body>
<h4>Contact number:9963393891</h4>
<h4>Email id:[email protected]</h4>
<h4>inka maa gothram,ashti vivaralu kuda kavalentra?</h4>
<form class="" action="mailto:[email protected]" method="post" enctype="text/plain">
<label>Your name:</label>
<input type="text" name="your name">
<input type="checkbox">
<input type="submit"><br>
<br>
<label>password</label>
<input type="password">
<input type="submit">
<br><input type="datetime-local"><br>
<input type="file">
<input type="month">
<input type="range">
<input type="radio">
<input type="tel">
<label>Your message
</label>
<textarea name="Your message" id="" cols="30" rows="10"></textarea>
</form>
</body>
</html>