Skip to content

Commit 1b5c004

Browse files
committed
Change submit section into div as no heading is used
1 parent 70afc13 commit 1b5c004

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Form-Controls/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ <h1>Product Pick</h1>
8383
</select>
8484
</fieldset>
8585

86-
<section id="submit-section">
86+
<div id="submit">
8787
<label for="submit-btn">Submit button</label>
8888
<button type="submit">Submit</button>
89-
</section>
89+
</div>
9090

9191
</form>
9292
</main>

0 commit comments

Comments
 (0)