Skip to content

Commit ae6e173

Browse files
committed
Added Email label; added colons to label titles
1 parent 37ba83c commit ae6e173

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

Form-Controls/index.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,22 @@ <h1>Product Pick</h1>
2121
this will also help you fill in your PR message later-->
2222

2323
<!-- REQUIREMENTS: -->
24-
<!-- 1.Customer's name - ensure it contains at least two non-space characters. -->
24+
<!-- 1.Customer's name - ensure it contains at least two non-space characters. -->
2525
<div>
2626
<p>
27-
<label>Full Name</label>
28-
<input name = "Full Name">
27+
<label>Full Name:</label>
28+
<input type = "text" id = "name" name = "Full Name">
2929
</p>
3030
</div>
31-
<!-- 2.Customer's email - Email must be valid and follow consistent pattern. -->
32-
<!-- 3.T-Shirt colours - Provide 3 options, ensure right option can be picked. -->
31+
<!-- 2.Customer's email - Email must be valid and follow consistent pattern. -->
32+
<div>
33+
<p>
34+
<label>Email:</label>
35+
<input type = "email" id = "mail" name = "User Email">
36+
</p>
37+
</div>
38+
39+
<!-- 3.T-Shirt colours - Provide 3 options, ensure right option can be picked. -->
3340
<!-- 4.Provide size options -XS, S, M, L, XL, XXL -->
3441

3542

0 commit comments

Comments
 (0)