Skip to content

Commit b762333

Browse files
Email input field
Added customer email input field
1 parent 2b73c4b commit b762333

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

Form-Controls/index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,14 @@ <h1>Product Pick</h1>
1313
</header>
1414
<main>
1515
<form>
16-
<label>Customer Name: </label>
17-
<input>
16+
<div>
17+
<label>Customer Name: </label>
18+
<input>
19+
</div>
20+
<div>
21+
<label>Customer Email: </label>
22+
<input type="email">
23+
</div>
1824
<!--
1925
try writing out the requirements first as comments
2026
this will also help you fill in your PR message later-->

0 commit comments

Comments
 (0)