Skip to content

Commit 8eebedc

Browse files
committed
added emal address
1 parent 56ce344 commit 8eebedc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

‎Form-Controls/index.html‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
<form>
1616
<label for="Customer Name">Customer Name</label>
1717
<input type="text" id="name" name="name" pattern=".*\S.*\S.*">
18-
18+
<div>
19+
<label for="Email">Email</label>
20+
<input type="email" id="email" name="email">
21+
</div>
22+
<p></p>
1923

2024

2125

0 commit comments

Comments
 (0)