There was an error while loading. Please reload this page.
1 parent ff7b9d0 commit 8ce5a1aCopy full SHA for 8ce5a1a
1 file changed
Form-Controls/index.html
@@ -13,7 +13,14 @@ <h1>Product Pick</h1>
13
</header>
14
<main>
15
<form>
16
- <!-- write your html here-->
+ <!-- First name-->
17
+ <div class="form-group">
18
+ <label for = "first-name">First Name</label>
19
+ <input type="text" id="first-name" name="first-name" required pattern=".*\S.*\S.*"
20
+ arial-describedby="fnameHelp"</>
21
+ <small id="fnameHelp">Must be at least 2 characters long</small>
22
+ </div>
23
+
24
<!--
25
try writing out the requirements first as comments
26
this will also help you fill in your PR message later-->
0 commit comments