12
12
< h1 > Product Pick</ h1 >
13
13
</ header >
14
14
< main >
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-->
15
+ < form action ="results.html " method ="get " enctype ="multipart/form-data ">
16
+ < div >
17
+ < label for ="name "> Name</ label >
18
+ < input type ="text " name ="name " id ="name " required minlength ="2 ">
19
+ </ div >
20
+ </ div >
21
+ < div >
22
+ < label for ="email "> Email</ label >
23
+ < input type ="email " name ="email " id ="email " required >
24
+ </ div >
25
+ < div >
26
+ < label for ="colour "> Colour</ label >
27
+ < select type ="colour " name ="colour " id ="colour " >
28
+ < option value ="Red "> Red</ option >
29
+ < option value ="Blue "> Blue</ option >
30
+ < option value ="Green "> Green</ option >
31
+ </ select >
32
+ </ div >
33
+ < div >
34
+ < label for ="Size "> Size</ label >
35
+ < select type ="Size " name ="Size " id ="Size " >
36
+ < option value ="XSmall "> XSmall</ option >
37
+ < option value ="Small "> Small</ option >
38
+ < option value ="Medium "> Medium</ option >
39
+ < option value ="Large "> Large</ option >
40
+ < option value ="XLarge "> XLarge</ option >
41
+ < option value ="XXLarge "> XXLarge</ option >
42
+ </ select >
43
+ </ div >
44
+ < div >
45
+ < button type ="Submit "> Submit</ button >
46
+ < button type ="Reset "> Reset</ button >
47
+ </ div >
20
48
</ form >
21
49
</ main >
22
50
< footer >
23
51
<!-- change to your name-->
24
- < h2 > By HOMEWORK SOLUTION </ h2 >
52
+ < h2 > SOMAYEH IRANKHAH </ h2 >
25
53
</ footer >
26
54
</ body >
27
- </ html >
55
+ </ html >
0 commit comments