There was an error while loading. Please reload this page.
1 parent ff7b9d0 commit 9e12162Copy full SHA for 9e12162
1 file changed
Form-Controls/index.html
@@ -13,8 +13,17 @@ <h1>Product Pick</h1>
13
</header>
14
<main>
15
<form>
16
- <!-- write your html here-->
+ <div>
17
+ <label>Name</label>
18
+ <input>
19
+ </div>
20
+ <button>submit</button>
21
<!--
22
+ checklist:
23
+ 1. Name: min 2 non-space characters
24
+ 2. Email: valid email format
25
+ 3. Colour: 3 options
26
+ 4. Size: 6 options (xs-s-m-l-xl-xxl)
27
try writing out the requirements first as comments
28
this will also help you fill in your PR message later-->
29
</form>
0 commit comments