-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontactquiz index.html
More file actions
64 lines (62 loc) · 1.79 KB
/
Copy pathcontactquiz index.html
File metadata and controls
64 lines (62 loc) · 1.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>contact me</title>
</head>
<body>
<h1>CONTANT ME</h1>
<form>
<label>
SURNAME
<input type="Name" name="Surname" placeholder="Ishaku">
</label>
<label>
OTHERNAME
<input type="Name" name="Othername" placeholder="shamsudeen">
</label>
<label>
FIRSTNAME
<input type="Name" name="Firstname" placeholder="David">
</label><br><br>
<label>
MALE
<input type="checkbox" id="male" name="male"/>
</label>
<label>
FEMALE
<input type="checkbox" id="male" name="male"/>
</label><br><br>
<label>
HOME ADRESS
<input type="Name" name="Home Address" placeholder="Piwoyi Abuja">
</label>
<label>
PHONE NUMBER
<input type="Name" name="Phone Number" placeholder="08164037743">
</label>
<label >
Email Address
<input type="Name" name="Email Address" placeholder=mosoe45@gmail.com">
</label><br><br>
<label>
choose file
<input type="file" name="my file" id="my file">
</label><br><br>
<label>
SAVE
<input type="button" value="save">
</label>
<label>
SUBMIT
<input type="button" value="SUBMIT">
</label><br><br>
<label>
RANGE
<input type="range" name="range" id="RANGE">
</label>
</form>
</body>
</html>