Skip to content

Commit f3e0d7d

Browse files
authored
Update index.html
Add input Name
1 parent ff7b9d0 commit f3e0d7d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Form-Controls/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ <h1>Product Pick</h1>
1717
<!--
1818
try writing out the requirements first as comments
1919
this will also help you fill in your PR message later-->
20+
21+
<!--Create an input for NAME-->
22+
<div>
23+
<label for="name">Name</label>
24+
<input name="name" id="name" type="text" placeholder="full name" pattern=".*\S.*\S.*" required>
25+
</div>
2026
</form>
2127
</main>
2228
<footer>

0 commit comments

Comments
 (0)