Skip to content

Commit a16033e

Browse files
committed
the first commit
1 parent c44123d commit a16033e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Form-Controls/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ <h1>Product Pick</h1>
1313
</header>
1414
<main>
1515
<form>
16+
<label for="product-name">Product Name:</label>
17+
<input type="text" name="product-name" placeholder="Product Name" required />
1618
<!-- write your html here-->
1719
<!--
1820
try writing out the requirements first as comments

0 commit comments

Comments
 (0)