Skip to content

Commit 06eac62

Browse files
committed
Cleaned up by removing my comments and checking code for errors.
1 parent 2c1de1d commit 06eac62

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

Form-Controls/index.html

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h1>Product Pick</h1>
3737
<label for="size">S:</label>
3838
<input type="radio" name="size" value="s">
3939
<label for="size">M:</label>
40-
<input type="radio" name="size" value="m">
40+
<input type="radio" name="size" value="m"><br>
4141
<label for="size">L:</label>
4242
<input type="radio" name="size" value="l">
4343
<label for="size">XL:</label>
@@ -46,17 +46,10 @@ <h1>Product Pick</h1>
4646
<input type="radio" name="size" value="xxl">
4747
</div>
4848
<div>
49-
<input type="submit" name="submit">
49+
<input type="submit">
50+
<input type="reset">
5051
</div>
51-
</form>
52-
<!--
53-
name: at least two non-space characters
54-
email: valid email
55-
colour: one required: white black blue
56-
Size: one required: xs, s, m, l, xl, xxl
57-
-->
58-
59-
52+
6053
<!-- write your html here-->
6154
<!--
6255
try writing out the requirements first as comments

0 commit comments

Comments
 (0)