Skip to content

Commit c2c02e0

Browse files
committed
changed file in form-control to one before changes
1 parent a9b67f1 commit c2c02e0

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

Form-Controls/index.html

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,8 @@ <h1>Product Pick</h1>
1313
</header>
1414
<main>
1515
<form>
16-
<label for="name">Name</label>
17-
<input type="text" id="name" required>
18-
<label for="email">Email</label>
19-
<input type="email" id="email" required>
20-
2116
<!-- write your html here-->
22-
<!-- What is the customer's name? I must collect this data and ensure it contains at least two non-space characters.
23-
24-
What is the customer's email? I must make sure the email is valid. Email addresses follow a consistent pattern.
25-
26-
What colour should this T-shirt be? I must provide 3 options. How will I ensure they do not choose other colours?
27-
28-
What size does the customer want? I must provide the following 6 options: XS, S, M, L, XL, XXL
29-
17+
<!--
3018
try writing out the requirements first as comments
3119
this will also help you fill in your PR message later-->
3220
</form>

0 commit comments

Comments
 (0)