File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change
1
+
1
2
<!DOCTYPE html>
2
3
< html lang ="en ">
3
4
< head >
8
9
< script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.bundle.min.js "
integrity ="
sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ "
crossorigin ="
anonymous "
> </ script >
9
10
</ head >
10
11
< body >
11
-
12
12
< div class ="container " style ="margin-top: 200px; ">
13
13
< div class ="row ">
14
14
< form action ="http://localhost:5959/writetodb " method ="post ">
15
15
< div class ="mb-3 ">
16
- < label for =" text " class ="form-label "> Full Name</ label >
16
+ < label class ="form-label "> Full Name</ label >
17
17
< input type ="text " class ="form-control " id ="fullname " name ="fullname " aria-describedby ="fullname ">
18
18
</ div >
19
19
20
20
< div class ="mb-3 ">
21
- < label for =" text " class ="form-label "> Age</ label >
21
+ < label class ="form-label "> Age</ label >
22
22
< input type ="text " class ="form-control " id ="age " name ="age " aria-describedby ="age ">
23
23
</ div >
24
24
25
25
< div class ="mb-3 ">
26
- < label for =" text " class ="form-label "> Gender</ label >
26
+ < label class ="form-label "> Gender</ label >
27
27
< select class ="form-select " name ="gender " id ="gender " aria-label ="Default select example ">
28
28
< option selected > Please Choose</ option >
29
29
< option value ="Male "> Male</ option >
You can’t perform that action at this time.
0 commit comments