File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,16 +25,26 @@ <h1>Product Pick</h1>
2525 - [ ] I require one size from a defined set of 6 sizes. !-->
2626
2727 < div >
28- < label for ="name "> Name</ label >
28+ < label for ="name "> Name: </ label >
2929 < input type ="text " name ="name " id ="name " minlength ="2 " required />
3030 < br > < br >
3131
32- < label for ="email "> Email</ label >
32+ < label for ="email "> Email: </ label >
3333 < input type ="email " name ="email " id ="email " required >
3434 < br > < br >
3535
36- <
36+ < label for ="colour "> Colour:</ label >
37+ < select name ="colour " id ="colour " required >
38+ < option value ="" selected disabled > Select</ option >
39+ < option value ="red "> Red</ option >
40+ < option value ="green "> Green</ option >
41+ < option value ="blue "> Blue</ option >
42+ </ select >
43+ < br > < br >
44+
3745
46+ < br >
47+ < button type ="submit "> Submit</ button >
3848 </ div >
3949
4050
You can’t perform that action at this time.
0 commit comments