Skip to content

Commit 7b3e78e

Browse files
writing the requirements and the foot note update
1 parent 2587fb8 commit 7b3e78e

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

Form-Controls/index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,19 @@ <h1>Product Pick</h1>
6868
<section class="form-group">
6969
<button type="submit">Submit</button>
7070
</section>
71-
72-
<!--
71+
72+
<!--
73+
What is the customer's name? I must collect this data and ensure it contains at least two non-space characters.
74+
What is the customer's email? I must make sure the email is valid. Email addresses follow a consistent pattern.
75+
What colour should this T-shirt be? I must provide 3 options. How will I ensure they do not choose other colours?
76+
What size does the customer want? I must provide the following 6 options: XS, S, M, L, XL, XXL
7377
try writing out the requirements first as comments
7478
this will also help you fill in your PR message later-->
7579
</form>
7680
</main>
7781
<footer>
7882
<!-- change to your name-->
79-
<p>By HOMEWORK SOLUTION</p>
83+
<p>By Tobias Amaechina</p>
8084
</footer>
8185
</body>
8286
</html>

0 commit comments

Comments
 (0)