-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (48 loc) · 1.61 KB
/
index.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<form action="submit">
<div class="grid">
<div class="hIhZFa">
<label for="fnam"> First Name </label>
<input type="text" name="fname" id="fnam">
</div>
<div class="hIhZFa">
<label for="fnam"> Last Name </label>
<input type="text" name="lname" id="lnam">
</div>
</div>
<div class="grid">
<div class="hIhZFa">
<label for="fnam"> Work Email </label>
<input type="text" name="wmail" id="wmai">
</div>
<div class="hIhZFa">
<label for="fnam"> Company </label>
<input type="text" name="compan" id="comp">
</div>
</div>
<div class="hIhZFa">
<label for="fnam"> Job Title </label>
<input type="text" name="jtitl" id="jtit">
</div>
<div class="hIhZFa">
<label for="fnam"> Phone Number </label>
<input type="text" name="pnumb" id="pnum">
</div>
<div class="hIhZFa">
<label for="fnam"> Country </label>
<input type="text" name="country" id="count">
</div>
<div class="hIhZFa">
<label for="fnam"> Product </label>
<input type="text" name="product" id="prod">
</div>
</form>
</body>
</html>