Skip to content

Commit ccd814f

Browse files
committed
Added
1 parent 3f0ef8b commit ccd814f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Form-Controls/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@
1212
<h1>Product Pick</h1>
1313
</header>
1414
<main>
15-
<form> <labelfor=name> Name: </label>
16-
<!-- write your html here-->
15+
<form> <label for="name"> Name: </label>
16+
<input type="text" id="name" name="name" />
17+
<br />
18+
<label for="email"> Email: </label>
19+
<input type="email" id="email" name="email" />
1720
<!--
1821
try writing out the requirements first as comments
1922
this will also help you fill in your PR message later-->

0 commit comments

Comments
 (0)