@@ -15,24 +15,38 @@ <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.*`. " aria- required="" >
18+ < input type =" text " id ="name " placeholder ="Hugh Mills " pattern =".*\S.*\S.*. " required >
1919 </ div >
2020 < div >
2121 < label for ="email "> Email:</ label >
2222 < input type ="email " id ="email " placeholder ="hugh.mills@myemail.com " required >
23- </ label >
2423 </ div >
2524 < div >
25+ Colour- Please Select one:< br >
2626 < label for ="white "> White</ label >
27- < input type ="radio " name ="colour " for =" colour " value ="white " required >
27+ < input type ="radio " name ="colour " value ="white " required >
2828 < label for ="black "> Black</ label >
29- < input type ="radio " name ="colour " for =" colour " value ="black ">
29+ < input type ="radio " name ="colour " value ="black ">
3030 < label for ="blue "> Blue</ label >
31- < input type ="radio " name ="colour " for =" colour " value ="white ">
31+ < input type ="radio " name ="colour " value ="white ">
3232 </ div >
3333 < div >
34- < label for ="size "> Size:</ label >
35-
34+ Size - Please select one:< br >
35+ < label for ="size "> XS:</ label >
36+ < input type ="radio " name ="size " value ="xs " required >
37+ < label for ="size "> S:</ label >
38+ < input type ="radio " name ="size " value ="s ">
39+ < label for ="size "> M:</ label >
40+ < input type ="radio " name ="size " value ="m ">
41+ < label for ="size "> L:</ label >
42+ < input type ="radio " name ="size " value ="l ">
43+ < label for ="size "> XL:</ label >
44+ < input type ="radio " name ="size " value ="xl ">
45+ < label for ="size "> XXL:</ label >
46+ < input type ="radio " name ="size " value ="xxl ">
47+ </ div >
48+ < div >
49+ < input type ="submit " name ="submit ">
3650 </ div >
3751 </ form >
3852 <!--
@@ -51,7 +65,7 @@ <h1>Product Pick</h1>
5165 </ main >
5266 < footer >
5367 <!-- change to your name-->
54- < p > By HOMEWORK SOLUTION </ p >
68+ < p > By Hugh Mills </ p >
5569 </ footer >
5670 </ body >
5771</ html >
0 commit comments