There was an error while loading. Please reload this page.
1 parent a575a36 commit 9b1da51Copy full SHA for 9b1da51
1 file changed
Form-Controls/index.html
@@ -13,10 +13,19 @@ <h1>Product Pick</h1>
13
</header>
14
<main>
15
<form>
16
- <!-- write your html here-->
17
- <!--
18
- try writing out the requirements first as comments
19
- this will also help you fill in your PR message later-->
+ <!-- REQUIREMENTS -->
+ <!-- what is the custome's name? (min 2 characters) -->
+ <div>
+ <label for="name">Full Name:</label>
20
+ <input type="text" id="name" name="name" />
21
+ </div>
22
+
23
+ <dv>
24
+ <label for="email">Email Address:</label>
25
+ <input type="email" id="email" name="email" />
26
+ </dv>
27
28
29
</form>
30
</main>
31
<footer>
0 commit comments