File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 < h1 > Product Pick</ h1 >
1313 </ header >
1414 < main >
15- < form >
16- < section >
17-
18- < div >
19- < label for ="name "> Name*: </ label >
20- < input type ="text " id ="name " name ="name " required minlength ="2 ">
21- </ div >
22-
23- < div >
24- < label for ="email "> Email*:</ label >
25- < input type ="email " id ="email " name ="email " required >
26- </ div >
27-
28-
29- < fieldset >
30- < legend > T-shirt Color</ legend >
31- < div >
32- < label for ="black ">
33- < input type ="radio " id ="black " name ="t-shirt-color " value ="black " required >
34- Black
35-
36- </ label >
37-
38- </ div >
39- < div >
40- < label for ="red ">
41- < input type ="radio " id ="red " name ="t-shirt-color " value ="red ">
42- Red
43- </ label >
44-
45- </ div >
46- < div >
47- < label for ="green ">
48- < input type ="radio " id ="green " name ="t-shirt-color " value ="green ">
49- Green
50- </ label >
51-
52- </ div >
53- </ fieldset >
54-
55-
56- < div >
57- < label for ="t-shirt-size "> T-Shirt Size</ label >
58- < select name ="T-shirtSize " id ="t-shirt-size " required >
59- < option value ="XS "> XS</ option >
60- < option label ="S " value ="S "> S</ option >
61- < option label ="M " value ="M "> M</ option >
62- < option label ="L " value ="L "> L</ option >
63- < option label ="XL " value ="XL "> XL</ option >
64- < option label ="XXL " value ="XXL "> XXL</ option >
65- </ select >
66- </ div >
67- < div >
68- < button type ="submit "> Place your order</ button >
69- </ div >
70- </ section >
15+ < form >
16+ <!-- write your html here-->
17+ <!--
18+ try writing out the requirements first as comments
19+ this will also help you fill in your PR message later-->
7120 </ form >
7221 </ main >
7322 < footer >
74-
75- < p > By Ebraim Moqbel </ p >
23+ <!-- change to your name-->
24+ < p > By HOMEWORK SOLUTION </ p >
7625 </ footer >
7726 </ body >
7827</ html >
You can’t perform that action at this time.
0 commit comments