File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ <h1>T-Shirt Order Form</h1>
2222
2323 < div class ="form-group ">
2424 < label for ="name "> Full Name</ label >
25-
2625 < input
2726 type ="text "
2827 id ="name "
@@ -35,7 +34,6 @@ <h1>T-Shirt Order Form</h1>
3534
3635 < div class ="form-group ">
3736 < label for ="email "> Email Address</ label >
38-
3937 < input
4038 type ="email "
4139 id ="email "
@@ -46,7 +44,6 @@ <h1>T-Shirt Order Form</h1>
4644
4745 < div class ="form-group ">
4846 < label for ="colour "> Choose a Colour</ label >
49-
5047 < select id ="colour " name ="colour " required >
5148 < option value =""> Select a colour</ option >
5249 < option value ="black "> Black</ option >
@@ -57,7 +54,6 @@ <h1>T-Shirt Order Form</h1>
5754
5855 < div class ="form-group ">
5956 < label for ="size "> Choose a Size</ label >
60-
6157 < select id ="size " name ="size " required >
6258 < option value =""> Select a size</ option >
6359 < option value ="XS "> XS</ option >
You can’t perform that action at this time.
0 commit comments