There was an error while loading. Please reload this page.
1 parent ff7b9d0 commit f3e0d7dCopy full SHA for f3e0d7d
1 file changed
Form-Controls/index.html
@@ -17,6 +17,12 @@ <h1>Product Pick</h1>
17
<!--
18
try writing out the requirements first as comments
19
this will also help you fill in your PR message later-->
20
+
21
+ <!--Create an input for NAME-->
22
+ <div>
23
+ <label for="name">Name</label>
24
+ <input name="name" id="name" type="text" placeholder="full name" pattern=".*\S.*\S.*" required>
25
+ </div>
26
</form>
27
</main>
28
<footer>
0 commit comments