File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,21 @@ <h1>Product Pick</h1>
3131 < option value ="black "> Black</ option >
3232 </ select >
3333 < br >
34-
34+ < fieldset >
35+ < legend > Choose t-shirt size</ legend >
36+ < input type ="radio " name ="size " id ="xs " value ="xs " required >
37+ < label for ="xs "> XS</ label > < br >
38+ < input type ="radio " name ="size " id ="s " value ="s ">
39+ < label for ="s "> S</ label > < br >
40+ < input type ="radio " name ="size " id ="m " value ="m ">
41+ < label for ="m "> M</ label > < br >
42+ < input type ="radio " name ="size " id ="l " value ="l ">
43+ < label for ="l "> L</ label > < br >
44+ < input type ="radio " name ="size " id ="xl " value ="xl ">
45+ < label for ="xl "> XL</ label > < br >
46+ < input type ="radio " name ="size " id ="xxl " value ="xxl ">
47+ < label for ="xxl "> XXL</ label >
48+ </ fieldset >
3549 <!--
3650 Requirements:
3751 1. Collect customer's name (required, min 2 characters)
You can’t perform that action at this time.
0 commit comments