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+
12<!DOCTYPE html>
23< html lang ="en ">
34< head >
89 < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js " integrity ="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ " crossorigin ="anonymous "> </ script >
910</ head >
1011< body >
11-
1212< div class ="container " style ="margin-top: 200px; ">
1313 < div class ="row ">
1414 < form action ="http://localhost:5959/writetodb " method ="post ">
1515 < div class ="mb-3 ">
16- < label for =" text " class ="form-label "> Full Name</ label >
16+ < label class ="form-label "> Full Name</ label >
1717 < input type ="text " class ="form-control " id ="fullname " name ="fullname " aria-describedby ="fullname ">
1818 </ div >
1919
2020 < div class ="mb-3 ">
21- < label for =" text " class ="form-label "> Age</ label >
21+ < label class ="form-label "> Age</ label >
2222 < input type ="text " class ="form-control " id ="age " name ="age " aria-describedby ="age ">
2323 </ div >
2424
2525 < div class ="mb-3 ">
26- < label for =" text " class ="form-label "> Gender</ label >
26+ < label class ="form-label "> Gender</ label >
2727 < select class ="form-select " name ="gender " id ="gender " aria-label ="Default select example ">
2828 < option selected > Please Choose</ option >
2929 < option value ="Male "> Male</ option >
You can’t perform that action at this time.
0 commit comments