File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,17 +18,19 @@ <h1>Product Pick</h1>
1818 try writing out the requirements first as comments
1919 this will also help you fill in your PR message later-->
2020
21- <!-- TODO1: Collect customer name -->
21+ <!-- TODO1: Customer name -->
2222 < div >
2323 < label for ="name "> Full Name:</ label >
2424 < input type ="text " name ="name " id ="name " placeholder ="Enter Your Name " required pattern =".*\S.*\S.* ">
2525 </ div >
2626
27+ <!-- TODO2: Customer email -->
2728 < div >
2829 < label for ="email "> Enter Your Email:</ label >
2930 < input type ="email " id ="email " name ="email " placeholder ="Email " required >
3031 </ div >
3132
33+ <!-- TODO3: Colors to choose from -->
3234 < div >
3335 < label for ="color "> Color</ label >
3436 < select name ="color " id ="color " required >
@@ -39,6 +41,7 @@ <h1>Product Pick</h1>
3941 </ select >
4042 </ div >
4143
44+ <!-- TODO4: Sizes to choose from -->
4245 < div >
4346 < label for ="size "> Choose a Size</ label >
4447 < select name ="size " id ="size " required >
You can’t perform that action at this time.
0 commit comments