Skip to content

Commit 22f5729

Browse files
author
Diana Ausiejute
committed
Add a missing requirement to choose the t-shirt color
1 parent 94566be commit 22f5729

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
@@ -26,7 +26,7 @@ <h1>Product Pick</h1>
2626

2727
<fieldset>
2828
<legend>T-shirt Color</legend>
29-
<input type="radio" id="blue" name="color" value="B" />
29+
<input type="radio" id="blue" name="color" value="B" required />
3030
<label for="blue">Blue</label><br />
3131

3232
<input type="radio" id="green" name="color" value="G" />

0 commit comments

Comments
 (0)