You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Form-Controls/index.html
+35-6
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,44 @@ <h1>Product Pick</h1>
13
13
</header>
14
14
<main>
15
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-->
20
-
</form>
16
+
<!-- Customer Name -->
17
+
<labelfor="name">Full Name:</label>
18
+
<inputtype="text" id="name" name="name" requiredpattern="[A-Za-z ]{2,50}" title="Name must be between 2 and 50 characters and contain only letters and spaces.">
0 commit comments