Skip to content

Commit 26ee31c

Browse files
adding the reset and put bracket on color
1 parent 06f259f commit 26ee31c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎Form-Controls/index.html‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ <h1>Pick product</h1>
2323
<label for="email">Email</label>
2424
<input type="email" id="email">
2525
</div>
26+
<br>
2627
<!--What colour should this T-shirt be? I must provide 3 options. How will I ensure they do not choose other colours? -->
2728
<label for="coloroption">Color option</label>
2829
<select id="coloroption" name="Color">
@@ -46,7 +47,7 @@ <h1>Pick product</h1>
4647
</div>
4748
<br>
4849
<div>
49-
<input id="submit" type="submit">
50+
<input id="reset" type="reset">
5051
</div>
5152
</form>
5253
</main>

0 commit comments

Comments
 (0)