There was an error while loading. Please reload this page.
1 parent 3d73a75 commit 04d120cCopy full SHA for 04d120c
1 file changed
Form-Controls/index.html
@@ -14,8 +14,10 @@ <h1>Product Pick</h1>
14
<main>
15
<form>
16
<!-- write your html here-->
17
- <label for="fname">Product Name:</label>
+ <label for="fname">#1 Product Name:</label>
18
<input type="text" name="fname"><br>
19
+ <label for-"2product"> #2 Product Name:</label>
20
+ <input type="text" name="2product"><br>
21
22
<!--
23
try writing out the requirements first as comments
0 commit comments