Skip to content

Commit 1e9d2a1

Browse files
committed
Add fielset size and submit button
1 parent 0cb0ba4 commit 1e9d2a1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Form-Controls/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ <h1>Product Pick</h1>
3636
<label><input type="checkbox" id="small" name="tshirt-size" value="small" required>S</label><br>
3737
<label><input type="checkbox" id="medium" name="tshirt-size" value="medium" required>M</label><br>
3838
<label><input type="checkbox" id="large" name="tshirt-size" value="large" required>L</label><br>
39-
<label><input type="checkbox" id="extra-large" name="tshirt-size" value="extra-large" required>XL</label><br>
40-
41-
</fieldset>
39+
<label><input type="checkbox" id="extra-large" name="tshirt-size" value="extra-large" required>XL</label><br>
40+
</fieldset><br>
41+
<input type="Submit" value="Place Order">
4242
</form>
4343
</main>
4444
<footer>

0 commit comments

Comments
 (0)