File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,15 +15,20 @@ <h1>Product Pick</h1>
1515 < form >
1616 < div >
1717 < label for ="name "> Name:</ label >
18- < input type+text id ="name " placeholder ="Hugh Mills " pattern ="`.*\S.*\S.*`. ">
18+ < input type+text id ="name " placeholder ="Hugh Mills " pattern ="`.*\S.*\S.*`. " aria-required ="" >
1919 </ div >
2020 < div >
2121 < label for ="email "> Email:</ label >
22- < input type ="email " id ="email " placeholder ="hugh.mills@myemail.com ">
22+ < input type ="email " id ="email " placeholder ="hugh.mills@myemail.com " required >
23+ </ label >
2324 </ div >
2425 < div >
25- < label for ="colour "> Colour:</ label >
26-
26+ < label for ="white "> White</ label >
27+ < input type ="radio " name ="colour " for ="colour " value ="white " required >
28+ < label for ="black "> Black</ label >
29+ < input type ="radio " name ="colour " for ="colour " value ="black ">
30+ < label for ="blue "> Blue</ label >
31+ < input type ="radio " name ="colour " for ="colour " value ="white ">
2732 </ div >
2833 < div >
2934 < label for ="size "> Size:</ label >
You can’t perform that action at this time.
0 commit comments