There was an error while loading. Please reload this page.
1 parent c44123d commit 2c6f76cCopy full SHA for 2c6f76c
1 file changed
Form-Controls/index.html
@@ -13,15 +13,18 @@ <h1>Product Pick</h1>
13
</header>
14
<main>
15
<form>
16
- <!-- write your html here-->
17
- <!--
18
- try writing out the requirements first as comments
19
- this will also help you fill in your PR message later-->
+ <!-- label for customer name -->
+ <!-- label for customer email -->
+ <!-- label for T-Shirt color -->
+ <!-- label for T-Shirt size -->
20
+ <!-- submit button -->
21
+ <label for="name">Name:</label>
22
+ <input type="text" id="name" name="name" required pattern=".*\S.*\S.*"><br><br>
23
</form>
24
</main>
25
<footer>
26
<!-- change to your name-->
- <p>By HOMEWORK SOLUTION</p>
27
+ <p>By Fatima Rouchi</p>
28
</footer>
29
</body>
30
</html>
0 commit comments