Skip to content

Commit 751fef5

Browse files
committed
500082431 Form Submission
1 parent 8259c79 commit 751fef5

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Submission Form</title>
5+
</head>
6+
<body>
7+
<h1>Submission Form</h1>
8+
<!--<div style="text-align: center;">-->
9+
<form>
10+
<label for="name">Name:</label><br>
11+
<input type="text" id="name" name="name" placeholder="Ramesh Sippi"><br>
12+
13+
<label for="phone">Phone Number:</label><br>
14+
<input type="tel" id="phone" name="phone" placeholder="9xxxxxxxx0"><br>
15+
16+
<label for="email">Email:</label><br>
17+
<input type="email" id="email" name="email" placeholder="ramesh@tempmail.com"><br>
18+
19+
<label for="salary">Salary:</label><br>
20+
<input type="number" id="salary" name="salary" placeholder="100000"><br><br>
21+
22+
<input type="submit" value="Register">
23+
</form>
24+
<!--</div>-->
25+
</body>
26+
</html>

0 commit comments

Comments
 (0)