File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 < meta name ="description " content ="" />
88 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
99 </ head >
10+
1011 < body >
1112 < header >
1213 < h1 > Product Pick</ h1 >
1314 </ header >
15+
1416 < main >
1517 < form class ="form ">
1618 <!-- - [ ] My form is semantic HTML.
@@ -22,12 +24,24 @@ <h1>Product Pick</h1>
2224 - [ ] I require one colour from a defined set of 3 colours.
2325 - [ ] I require one size from a defined set of 6 sizes. !-->
2426
25- < div class =" form-group " >
27+ < div >
2628 < label for ="name "> Name</ label >
27- < input type ="name " name ="name " id ="name " />
29+ < input type ="text " name ="name " id ="name " minlength ="2 " required />
30+ < br > < br >
31+
32+ < label for ="email "> Email</ label >
33+ < input type ="email " name ="email " id ="email " required >
34+ < br > < br >
35+
36+ <
37+
2838 </ div >
39+
40+
41+
2942 </ form >
30- </ main >
43+ </ main >
44+
3145 < footer >
3246 < p > By Ahmed Elmahmoudi</ p >
3347 </ footer >
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments