Skip to content

Commit 2c6f76c

Browse files
committed
add customer name field
1 parent c44123d commit 2c6f76c

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

Form-Controls/index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,18 @@ <h1>Product Pick</h1>
1313
</header>
1414
<main>
1515
<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-->
16+
<!-- label for customer name -->
17+
<!-- label for customer email -->
18+
<!-- label for T-Shirt color -->
19+
<!-- label for T-Shirt size -->
20+
<!-- submit button -->
21+
<label for="name">Name:</label>
22+
<input type="text" id="name" name="name" required pattern=".*\S.*\S.*"><br><br>
2023
</form>
2124
</main>
2225
<footer>
2326
<!-- change to your name-->
24-
<p>By HOMEWORK SOLUTION</p>
27+
<p>By Fatima Rouchi</p>
2528
</footer>
2629
</body>
2730
</html>

0 commit comments

Comments
 (0)