File tree 1 file changed +26
-0
lines changed
Computer Graphics/Classroom/Lab/B2/Experiment 1/500082431
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments