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 >
15+ < form >
1616
1717 < label for ="name "> Name:</ label >
18- < input type ="text " id ="name " name ="name " minlength =" 2 " required > < br >
18+ < input type ="text " id ="name " name ="name "> < br >
1919 < label for ="email "> Email:</ label >
2020 < input type ="email " id ="email " name ="email "> < br > < br >
2121
2222 < fieldset >
2323 < legend > colour:</ legend >
2424
2525 < label >
26- < input type ="radio " id ="colour-red " name ="colour " value ="red " required >
26+ < input type ="radio " id ="colour-red " name ="colour " value ="red ">
2727 Red
2828 </ label >
2929
@@ -39,14 +39,15 @@ <h1>Product Pick</h1>
3939
4040 </ fieldset >
4141
42- < p for ="size "> Choose your size</ p >
43-
44- < select id ="size " name ="size " required >
45- < option value ="s "> Small</ option >
46- < option value ="m "> Medium</ option >
47- < option value ="l "> Large</ option >
48- < option value ="xl "> XLarge</ option >
49- < option value ="xl "> XXLarge</ option >
42+ < label for ="size "> choose your size</ label >
43+
44+
45+ < select id ="size ">
46+ < option value ="s "> small</ option >
47+ < option value ="m "> medium</ option >
48+ < option value ="l "> large</ option >
49+ < option value ="xl "> xlarge</ option >
50+ < option value ="xl "> xxlarge</ option >
5051
5152 </ select >
5253 </ form >
You can’t perform that action at this time.
0 commit comments