Skip to content

Commit ab8d1e1

Browse files
changed for attribute to fullname on line 22
1 parent ed06461 commit ab8d1e1

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
@@ -20,7 +20,7 @@ <h1>Product Pick</h1>
2020
<!-- All inputs are required and are labelled for accessibility and have corresponding name, for, and id attributes -->
2121

2222
<!-- Asks for their forename name -->
23-
<label for="forename">Fullname:</label>
23+
<label for="fullname">Fullname:</label>
2424
<input type="text" name="fullname" id="fullname" minlength="2" required>
2525
<br>
2626

0 commit comments

Comments
 (0)