Skip to content

Commit 37ba83c

Browse files
committed
Updated "Full Name" input to specify input type, id and name
1 parent 4ea3905 commit 37ba83c

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

Form-Controls/index.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,26 @@ <h1>Product Pick</h1>
1313
</header>
1414
<main>
1515
<form>
16+
17+
1618
<!-- write your html here-->
1719
<!--
1820
try writing out the requirements first as comments
1921
this will also help you fill in your PR message later-->
2022

21-
<!-- REQUIREMENTS:
22-
1.Customer's name - ensure it contains at least two non-space characters.
23-
2.Customer's email - Email must be valid and follow consistent pattern.
24-
3.T-Shirt colours - Provide 3 options, ensure right option can be picked.
25-
4.Provide size options -XS, S, M, L, XL, XXL-->
23+
<!-- REQUIREMENTS: -->
24+
<!-- 1.Customer's name - ensure it contains at least two non-space characters. -->
25+
<div>
26+
<p>
27+
<label>Full Name</label>
28+
<input name = "Full Name">
29+
</p>
30+
</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. -->
33+
<!-- 4.Provide size options -XS, S, M, L, XL, XXL -->
34+
35+
2636
</form>
2737
</main>
2838
<footer>

0 commit comments

Comments
 (0)