Skip to content

Commit b9f5a28

Browse files
committed
Correct submit button
1 parent 8dcf268 commit b9f5a28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Form-Controls/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1>Product Pick</h1>
3838
<label><input type="checkbox" id="large" name="tshirt-size" value="large" required>L</label><br>
3939
<label><input type="checkbox" id="extra-large" name="tshirt-size" value="extra-large" required>XL</label><br>
4040
</fieldset><br>
41-
<input type="Submit" value="Place Order">
41+
<button type="submit">Submit</button>
4242
</form>
4343
</main>
4444
<footer>

0 commit comments

Comments
 (0)