Skip to content

Commit 2b73c4b

Browse files
Input Field
Added a customer name input field
1 parent a7b8a25 commit 2b73c4b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Form-Controls/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ <h1>Product Pick</h1>
1313
</header>
1414
<main>
1515
<form>
16-
<!-- write your html here-->
17-
<!--
16+
<label>Customer Name: </label>
17+
<input>
18+
<!--
1819
try writing out the requirements first as comments
1920
this will also help you fill in your PR message later-->
2021
</form>

0 commit comments

Comments
 (0)