File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 < title > My form exercise</ title >
77 < meta name ="description " content ="" />
88 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
9+ < link rel ="stylesheet " href ="formexercise.css ">
910 </ head >
1011 < body >
1112 < header >
@@ -21,7 +22,10 @@ <h1>Product Pick</h1>
2122 <!-- email adress must follow a consistent pattern-->
2223 < label for ="email "> Email:</ label >
2324
24- < input type ="email " id ="email " name ="email " required />
25+ < input type ="email " id ="email " name ="email " required />
26+
27+ < br >
28+
2529
2630 <!--must select color from 3 options-->
2731 < div >
@@ -41,10 +45,11 @@ <h1>Product Pick</h1>
4145 < option value ="small "> S</ option >
4246 < option value ="medium "> M</ option >
4347 < option value ="large "> L</ option >
44- < option value ="xlarge "> XL</ option >
45- < option value ="xxlarge "> XXL</ option >
48+ < option value ="Xlarge "> XL</ option >
49+ < option value ="XXlarge "> XXL</ option >
4650 </ select >
4751 </ div >
52+
4853 < div >
4954 < button type ="submit "> Submit</ button >
5055 </ div >
You can’t perform that action at this time.
0 commit comments