Skip to content

Commit 827e44d

Browse files
committed
correcting the place for writing requirements
1 parent 49e0184 commit 827e44d

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Form-Controls/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<!-- Requirements:
2+
- Collect & validate customer name (min 2 chars)
3+
- Collect & validate email
4+
- Choose 1 colour (3 options only)
5+
- Choose 1 size (XS, S, M, L, XL, XXL)
6+
- All fields required
7+
-->
8+
19
<!doctype html>
210
<html lang="en">
311
<head>
@@ -14,14 +22,6 @@ <h1>Product Pick</h1>
1422

1523
<main>
1624
<form>
17-
<!-- Requirements:
18-
- Collect & validate customer name (min 2 chars)
19-
- Collect & validate email
20-
- Choose 1 colour (3 options only)
21-
- Choose 1 size (XS, S, M, L, XL, XXL)
22-
- All fields required
23-
-->
24-
2525
<p>
2626
<label for="name">Customer Name:</label><br />
2727
<input
@@ -93,4 +93,4 @@ <h1>Product Pick</h1>
9393
<h2>By Mehroz Munir</h2>
9494
</footer>
9595
</body>
96-
</html>
96+
</html>

0 commit comments

Comments
 (0)