There was an error while loading. Please reload this page.
1 parent ff7b9d0 commit 42710d3Copy full SHA for 42710d3
1 file changed
Form-Controls/index.html
@@ -13,15 +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-->
+ <div>
+ <label for="name">Name:</label>
+ <input id="name" type="text" />
+ </div>
20
+ <label for="email">Email:</label>
21
+ <input id="email" type="email" />
22
+
23
24
+ <button>Submit</button>
25
</form>
26
</main>
27
<footer>
- <!-- change to your name-->
- <p>By HOMEWORK SOLUTION</p>
28
+ <p>By Alexandra Clincu</p>
29
</footer>
30
</body>
31
</html>
0 commit comments