Skip to content

Commit bb6c17b

Browse files
committed
Added my name as footer and the requirements as comments
1 parent c44123d commit bb6c17b

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Form-Controls/index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,18 @@ <h1>Product Pick</h1>
1515
<form>
1616
<!-- write your html here-->
1717
<!--
18-
try writing out the requirements first as comments
18+
try writing out the requirements first as comments
1919
this will also help you fill in your PR message later-->
20+
<!--
21+
1.What is the customer's name? I must collect this data and ensure it contains at least two non-space characters.
22+
2.What is the customer's email? I must make sure the email is valid. Email addresses follow a consistent pattern.
23+
3.What colour should this T-shirt be? I must provide 3 options. How will I ensure they do not choose other colours?
24+
4.What size does the customer want? I must provide the following 6 options: XS, S, M, L, XL, XXL-->
2025
</form>
2126
</main>
2227
<footer>
2328
<!-- change to your name-->
24-
<p>By HOMEWORK SOLUTION</p>
29+
<p>By CHINWE CHUKWUMA</p>
2530
</footer>
2631
</body>
2732
</html>

0 commit comments

Comments
 (0)