88 < meta name ="description " content ="F " />
99 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
1010</ head >
11- </ head >
12-
1311< body >
1412 < header >
1513 < h1 > </ h1 >
1614 </ header >
1715 < main >
18- < form >
19- < form action ="/action_page.php ">
20- < div >
21- < label for ="name "> Name: </ label >
22- < input type ="text " id ="name " name ="name "pattern ="^\s*(\S\s*){2,}$ " />
23- </ div >
24- < div >
25- < label for ="email "> Email </ label >
26- < input type ="email " id ="email " name ="email " />
27- </ div >
28- < fieldset >
29- < legend > Please select your color</ legend >
30- < input type ="radio " id ="Black " name ="color " value ="Black ">
31- < label for ="Black "> Black</ label >
32- < input type ="radio " id ="Beige " name ="color " value ="Beige ">
33- < label for ="Beige "> Beige</ label >
34- < input type ="radio " id ="Red " name ="color " value ="Red ">
35- < label for ="Red "> Red</ label >
36- < br >
37- < legend > Please select a size </ legend >
38-
39- </ br >
40- < label for ="Size "> Choose a size:</ label >
41- < select name ="Size " id ="Size ">
42- < option value =""> Extra Small</ option >
43- < option value ="small "> Small</ option >
44- < option value ="medium "> Medium</ option >
45- < option value ="large "> Large</ option >
46- < br >
47- < input type ="submit " value ="Submit ">
48- < br />
49- </ select >
50- </ fieldset >
51- </ form >
16+ < form action ="/action_page.php ">
17+ < div >
18+ < label for ="name "> Name:</ label >
19+ < input type ="text " id ="name " name ="name "
20+ pattern ="^\s*(\S\s*){2,}$ " />
21+ </ div >
22+
23+ < div >
24+ < label for ="email "> Email:</ label >
25+ < input type ="email " id ="email " name ="email " />
26+ </ div >
27+
28+ < fieldset >
29+ < legend > Please select your color</ legend >
30+
31+ < input type ="radio " id ="black " name ="color " value ="Black ">
32+ < label for ="black "> Black</ label >
33+
34+ < input type ="radio " id ="beige " name ="color " value ="Beige ">
35+ < label for ="beige "> Beige</ label >
36+
37+ < input type ="radio " id ="red " name ="color " value ="Red ">
38+ < label for ="red "> Red</ label >
39+ </ fieldset >
40+
41+ < div >
42+ < p > Please select a size</ p >
43+
44+ < label for ="size "> Choose a size:</ label >
45+ < select name ="size " id ="size ">
46+ < option value ="xs "> Extra Small</ option >
47+ < option value ="small "> Small</ option >
48+ < option value ="medium "> Medium</ option >
49+ < option value ="large "> Large</ option >
50+ </ select >
51+ </ div >
52+
53+ < input type ="submit " value ="Submit ">
54+ </ form >
5255 </ main >
53- < footer >
54- < p > By Mandip</ p >
55- </ footer >
56+ < footer > From control by Mandip sanger</ footer >
5657</ body >
57-
5858</ html >
0 commit comments