-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput page 1.html
More file actions
38 lines (37 loc) · 1.73 KB
/
Copy pathinput page 1.html
File metadata and controls
38 lines (37 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=, initial-scale=1.0">
<link rel="stylesheet" href="./css/index3.css">
<title>sheggeee</title>
</head>
<body>
<div class="container">
<div class="small">
<h2>Let's Get Started!</h2>
<label for="fname">First Name:</label><br>
<input type="text" name="fname" placeholder="First Name"><br>
<label for="middlename">Middle Name:</label><br>
<input type="text" name="middlename" placeholder="Middle name"><br>
<label for="lname">Last Name:</label><br>
<input type="text" placeholder="Last Name"><br>
<label for="date">DOB</label><br>
<input type="date" name="date"><br>
<label for="phone">Telephone NO:</label><br>
<input type="phone" name="phone" placeholder="Telephone"><br>
<label for="email">Email Address:</label><br>
<input type="text" name="email" placeholder="Email Address"><br>
<label for="nationality">Nationality</label><br>
<input type="text" name="nationality" placeholder="Nationality"><br>
<label for="pwd">Password:</label><br>
<input type="text" name="pwd" placeholder="Enter Password"><br>
<label for="pwd">Confirm Password:</label><br>
<input type="text" name="pwd" placeholder="Confirm Password"><br>
<input type="submit" value="Submit" class="ode"><br>
<a href="https://www.w3schools.com/">Already have an account?Login.</a>
</div>
</div>
</body>
</html>