-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontactme.html
More file actions
65 lines (62 loc) · 1.94 KB
/
contactme.html
File metadata and controls
65 lines (62 loc) · 1.94 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> contact me </title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<p> Call me : 8218439636</p>
<p>email: bharat0384.cse.19@chitkara.edu.in</p>
<p>gbharat922@gmail.com</p>
<hr size = "3" noshade >
<h3> <u> Now i wanted to know about yourself</u></h3>
<form action="mailto:gbharat922@gmail.com" enctype="text/plain" method="post" >
<table cellspacing = "2">
<thead>
</thead>
<tbody>
<tr>
<td><label for="">Name: </label></td>
<td><input type="text" name="Name : " value=""></td>
</tr>
<tr>
<td> <label for=""> Education </label></td>
<td><input type="text"> </td>
</tr>
<tr>
<td> <label for="">Email :</label></td>
<td> <input type="email" name="emailId:" value=""></td>
</tr>
<tr>
<td> <label for="">Date Of Birth </label></td>
<td> <input type="date" name="D.O.B" value=""></td>
</tr>
<tr>
<td> <textarea name="tell me about yourself" rows="10" cols="30"></textarea></td>
</tr>
<tr>
<td> <label for="">your favourite color </label></td>
<td> <input type="color" name="favourite color: " value=""></td>
</tr>
<tr>
<td> <label for="">your best skill </label></td>
<td> <input type="text" name="Skill :" value=""></td>
</tr>
<tr>
<td> <label for="">How much you are good in that particular skill </label></td>
<td><input type="range" name="Perfection: " value=""></td>
</tr>
<tr>
<td><label for="">Do you want to upload your photo :</label></td>
<td><input type="file" name="photo" value=""></td>
</tr>
<td><input type="submit"></td>
</tbody>
<tfoot>
</tfoot>
</table>
</form>
<hr size = "3" noshade>
</body>
</html>