File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,18 +29,24 @@ <h1>Product Pick</h1>
2929 <!-- T-shirt Color -->
3030 < fieldset >
3131 < legend > Choose a T-shirt Color:</ legend >
32- < div >
33- < input type ="radio " id ="red " name ="color " value ="red ">
34- < label for ="red "> Red</ label >
35- </ div > < br >
36- < div >
37- < input type ="radio " id ="blue " name ="color " value ="blue ">
38- < label for ="blue "> Blue</ label >
39- </ div > < br >
40- < div >
41- < input type ="radio " id ="green " name ="color " value ="green ">
42- < label for ="green "> Green</ label >
43- </ div > < br > < br >
32+
33+ < label >
34+ < input type ="radio " name ="color " value ="red ">
35+ Red
36+ </ label >
37+
38+
39+ < label >
40+ < input type ="radio " name ="color " value ="blue ">
41+ Blue
42+ </ label >
43+
44+
45+ < label >
46+ < input type ="radio " name ="color " value ="green ">
47+ Green
48+ </ label >
49+
4450 </ fieldset >
4551
4652 <!-- Size -->
You can’t perform that action at this time.
0 commit comments