File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55<!-- {{<objectives>}}>-->
66
7- - [ ] Interpret requirements and check against a list of criteria
8- - [ ] Write a valid form
9- - [ ] Test with Devtools
10- - [ ] Refactor using Devtools
7+ - [x ] Interpret requirements and check against a list of criteria
8+ - [x ] Write a valid form
9+ - [x ] Test with Devtools
10+ - [x ] Refactor using Devtools
1111<!-- {{<objectives>}}>-->
1212
1313## Task
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ <h1>Product Pick</h1>
2929 < br >
3030 < div >
3131 < label for ="Color "> T-shirt color:</ label >
32- < input type ="color " id ="Color " name =" Product color ">
32+ < input type ="color " id ="Color " name =" Product color " required >
3333 </ div >
3434 < div >
3535 < br >
3636 < label for ="Size "> Shirt size
37- < select id ="Size " name ="Shirt size ">
37+ < select id ="Size " name ="Shirt size " required >
3838 < option label ="XS " value ="XS "> </ option >
3939 < option label ="S " value ="S "> </ option >
4040 < option label ="M " value ="M "> </ option >
You can’t perform that action at this time.
0 commit comments