There was an error while loading. Please reload this page.
1 parent f5b9e81 commit e44425bCopy full SHA for e44425b
1 file changed
Form-Controls/index.html
@@ -13,6 +13,15 @@ <h1>Product Pick</h1>
13
</header>
14
<main>
15
<form>
16
+ <div>
17
+ <label for="name">Name</label>
18
+ <input type="text" id="name" required pattern=".*\S.*\S.*"/>
19
+ </div>
20
21
+ <label for="email">Email</label>
22
+ <input type="email" id="email" required />
23
24
+
25
<!-- write your html here-->
26
<!--
27
try writing out the requirements first as comments
0 commit comments