File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ <h1>Product Pick</h1>
2424 <!--fieldset for tshirt color-->
2525 < fieldset >
2626 < legend > T-Shirt Color</ legend >
27- < label > < input type ="radio " id =" red " name ="tshirt-color " value ="red " required > Red</ label > < br >
28- < label > < input type ="radio " id =" blue " name ="tshirt-color " value ="blue "> Blue</ label > < br >
29- < label > < input type ="radio " id =" green " name ="tshirt-color " value ="green "> Green</ label > < br >
27+ < label > < input type ="radio " name ="tshirt-color " value ="red " required > Red</ label > < br >
28+ < label > < input type ="radio " name ="tshirt-color " value ="blue "> Blue</ label > < br >
29+ < label > < input type ="radio " name ="tshirt-color " value ="green "> Green</ label > < br >
3030 </ fieldset > < br >
3131
3232 <!-- fieldset for tshirt size-->
3333 < fieldset >
3434 < legend > T-Shirt Size</ legend >
35- < label > < input type ="radio " id =" extra-small " name ="tshirt-size " value ="extra-small " required > XS</ label > < br >
36- < label > < input type ="radio " id =" small " name ="tshirt-size " value ="small "> S</ label > < br >
37- < label > < input type ="radio " id =" medium " name ="tshirt-size " value ="medium "> M</ label > < br >
38- < label > < input type ="radio " id =" large " name ="tshirt-size " value ="large "> L</ label > < br >
39- < label > < input type ="radio " id =" extra-large " name ="tshirt-size " value ="extra-large "> XL</ label > < br >
35+ < label > < input type ="radio " name ="tshirt-size " value ="extra-small " required > XS</ label > < br >
36+ < label > < input type ="radio " name ="tshirt-size " value ="small "> S</ label > < br >
37+ < label > < input type ="radio " name ="tshirt-size " value ="medium "> M</ label > < br >
38+ < label > < input type ="radio " name ="tshirt-size " value ="large "> L</ label > < br >
39+ < label > < input type ="radio " name ="tshirt-size " value ="extra-large "> XL</ label > < br >
4040 </ fieldset > < br >
4141 < button type ="submit "> Submit</ button >
4242 </ form >
You can’t perform that action at this time.
0 commit comments