Skip to content

Commit 04d120c

Browse files
committed
feat: add 2nd product label and input field
1 parent 3d73a75 commit 04d120c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Form-Controls/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ <h1>Product Pick</h1>
1414
<main>
1515
<form>
1616
<!-- write your html here-->
17-
<label for="fname">Product Name:</label>
17+
<label for="fname">#1 Product Name:</label>
1818
<input type="text" name="fname"><br>
19+
<label for-"2product"> #2 Product Name:</label>
20+
<input type="text" name="2product"><br>
1921

2022
<!--
2123
try writing out the requirements first as comments

0 commit comments

Comments
 (0)