We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0ef8b commit ccd814fCopy full SHA for ccd814f
Form-Controls/index.html
@@ -12,8 +12,11 @@
12
<h1>Product Pick</h1>
13
</header>
14
<main>
15
- <form> <labelfor=name> Name: </label>
16
- <!-- write your html here-->
+ <form> <label for="name"> Name: </label>
+ <input type="text" id="name" name="name" />
17
+ <br />
18
+ <label for="email"> Email: </label>
19
+ <input type="email" id="email" name="email" />
20
<!--
21
try writing out the requirements first as comments
22
this will also help you fill in your PR message later-->
0 commit comments