Skip to content

Commit d564820

Browse files
committed
Change label to p as it doesn't describe an input
1 parent 1b5c004 commit d564820

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
@@ -62,7 +62,7 @@ <h1>Product Pick</h1>
6262
</fieldset>
6363
<fieldset id="tshirt-info">
6464
<legend>T-shirt info</legend>
65-
<label for="color-radio-btns">Choose a colour:</label>
65+
<p>Choose a colour:</p>
6666
<div id="color-radio-btns">
6767
<input type="radio" name="color" id="white" value="white" required>
6868
<label for="white">White</label>

0 commit comments

Comments
 (0)