There was an error while loading. Please reload this page.
1 parent 0841edb commit bed568cCopy full SHA for bed568c
1 file changed
Form-Controls/index.html
@@ -13,6 +13,11 @@ <h1>Product Pick</h1>
13
</header>
14
<main>
15
<form>
16
+ <label for="name">Name:<label>
17
+ <input type="text" name="name" id="name">
18
+ <label for="email">Email:</label>
19
+ <input type="text" name="email" id="email">
20
+ <button type="submit">Submit</button>
21
<!-- write your html here-->
22
<!--
23
try writing out the requirements first as comments
0 commit comments