Skip to content

Commit 9be54dc

Browse files
authored
add a required to color
1 parent 5c34c51 commit 9be54dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Form-Controls/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1>T-shirt Pick</h1>
5757
<div class="radio">
5858
<div>
5959
<label for="black">Black</label>
60-
<input type="radio" name="color" id="black" value="black" />
60+
<input type="radio" name="color" id="black" value="black" required/>
6161
</div>
6262
<div>
6363
<label for="white">White</label>

0 commit comments

Comments
 (0)