Skip to content

Commit bed568c

Browse files
committed
Added labels for Name and Email and Submit button.
1 parent 0841edb commit bed568c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Form-Controls/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ <h1>Product Pick</h1>
1313
</header>
1414
<main>
1515
<form>
16+
<label for="name">Name:<label>
17+
<input type="text" name="name" id="name">
18+
<label for="email">Email:</label>
19+
<input type="text" name="email" id="email">
20+
<button type="submit">Submit</button>
1621
<!-- write your html here-->
1722
<!--
1823
try writing out the requirements first as comments

0 commit comments

Comments
 (0)