File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 13
13
< ul >
14
14
< li >
15
15
< label for ="carrots "> Carrots</ label >
16
- < input type ="checkbox " checked id ="carrots " name ="carrots " value ="carrots ">
16
+ < input type ="checkbox " checked id ="carrots " name ="vegetable " value ="carrots ">
17
17
</ li >
18
18
< li >
19
19
< label for ="peas "> Peas</ label >
20
- < input type ="checkbox " id ="peas " name ="peas " value ="peas ">
20
+ < input type ="checkbox " id ="peas " name ="vegetable " value ="peas ">
21
21
</ li >
22
22
< li >
23
23
< label for ="cabbage "> Cabbage</ label >
24
- < input type ="checkbox " id ="cabbage " name ="cabbage " value ="cabbage ">
24
+ < input type ="checkbox " id ="cabbage " name ="vegetable " value ="cabbage ">
25
25
</ li >
26
26
< li >
27
27
< label for ="cauli "> Cauliflower</ label >
28
- < input type ="checkbox " id ="cauli " name ="cauli " value ="cauli ">
28
+ < input type ="checkbox " id ="cauli " name ="vegetable " value ="cauli ">
29
29
</ li >
30
30
< li >
31
31
< label for ="broc "> Broccoli</ label >
32
- < input type ="checkbox " id ="broc " name ="broc " value ="broc ">
32
+ < input type ="checkbox " id ="broc " name ="vegetable " value ="broc ">
33
33
</ li >
34
34
</ ul >
35
35
</ fieldset >
Original file line number Diff line number Diff line change @@ -68,19 +68,18 @@ The finished markup should look something like this:
68
68
<ul>
69
69
<li>
70
70
<label for="vegan">Vegan</label>
71
- <input type="checkbox" id="vegan" name="vegan " value="vegan">
71
+ <input type="checkbox" id="vegan" name="hotdog " value="vegan">
72
72
</li>
73
73
<li>
74
74
<label for="onions">Onions</label>
75
- <input type="checkbox" id="onions" name="onions " value="onions">
75
+ <input type="checkbox" id="onions" name="hotdog " value="onions">
76
76
</li>
77
77
<li>
78
78
<label for="mustard">Mustard</label>
79
- <input type="checkbox" id="mustard" name="mustard " value="mustard">
79
+ <input type="checkbox" id="mustard" name="hotdog " value="mustard">
80
80
<li>
81
81
<label for="ketchup">Ketchup</label>
82
- <input type="checkbox" id="ketchup" name="ketchup" value="ketchup">
83
- </li>
82
+ <input type="checkbox" id="ketchup" name="hotdog" value="ketchup">
84
83
</li>
85
84
</ul>
86
85
</fieldset>
You can’t perform that action at this time.
0 commit comments