Skip to content

Commit 1e6aa4a

Browse files
authored
Update index.html
Add input for email
1 parent f3e0d7d commit 1e6aa4a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Form-Controls/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ <h1>Product Pick</h1>
2323
<label for="name">Name</label>
2424
<input name="name" id="name" type="text" placeholder="full name" pattern=".*\S.*\S.*" required>
2525
</div>
26+
<!--Add an imput for Email-->
27+
<div>
28+
<label for="email">Email</label>
29+
<input type="email" name="email" id="email" required>
30+
</div
2631
</form>
2732
</main>
2833
<footer>

0 commit comments

Comments
 (0)