Skip to content

Commit ec3f16d

Browse files
fix the submitt syntax with the right tags
1 parent 3202a19 commit ec3f16d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Form-Controls/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,9 @@ <h1>Product Pick</h1>
6666
</fieldset>
6767

6868
<!--Submit button-->
69-
<fieldset>
70-
<label for = "submit"></label>
71-
<select id="submit" name="submit">
69+
<fieldset>
7270
<button type="submit">Submit Form </button>
73-
</fieldset>
71+
</fieldset>
7472

7573
<!--
7674
What is the customer's name? I must collect this data and ensure it contains at least two non-space characters.

0 commit comments

Comments
 (0)