-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (24 loc) · 912 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="main.css">
<title>Parent Registration Form</title>
</head>
<body>
<form>
<h1><a href="https://open.spotify.com/artist/1nzgtKYFckznkcVMR3Gg4z" target="_blank">Parent Registration Form</a></h1>
<div class="form_body">
<label>First name</label><br>
<input type="text" name="f_name" placeholder="First name"><br><br>
<label>Middle name</label><br>
<input type="text" name="m_name" placeholder="Middle name"><br><br>
<label>Last name</label><br>
<input type="text" name="l_name" placeholder="Last name"><br><br>
<button type="submit" class="next"><a href="next.html" class="next_1">Next</a></button>
<button type="reset" class="res"> Re-enter</button>
</div>
</form>
</body>
</html>