Skip to content

Commit ba8b66c

Browse files
minor change some id and label link
1 parent 9d9847f commit ba8b66c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Form-Controls/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ <h1>Product Pick</h1>
1515
<form>
1616
<div>
1717
<label for="name">Customer name:</label>
18-
<input type="text" id="Name" name="name" required placeholder="john smith">
18+
<input type="text" id="name" name="name" required placeholder="john smith">
1919
</div>
2020
<br>
2121
<div>
2222
<label for="email">Customer email:</label>
23-
<input type="email" id="Email" name="email" required placeholder="example123@gmail.com">
23+
<input type="email" id="email" name="email" required placeholder="example123@gmail.com">
2424
</div>
2525
<br>
2626
<fieldset>

0 commit comments

Comments
 (0)