Skip to content

Commit c955206

Browse files
Fix input tag formatting in index.html
1 parent 66791a0 commit c955206

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Form-Controls/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Product Pick</h1>
1414
<main>
1515
<form>
1616
<label for="user-name">Your Name:</label>
17-
<input id="user-name", type="text", pattern="[A-Za-z\s]{2,}" title="Please enter at least 2 letters. Numbers and symbols are not allowed" required>
17+
<input id="user-name" type="text" pattern="[A-Za-z\s]{2,}" title="Please enter at least 2 letters. Numbers and symbols are not allowed" required>
1818

1919

2020
<br>
@@ -53,4 +53,10 @@ <h1>Product Pick</h1>
5353
<p>By HOMEWORK SOLUTION</p>
5454
</footer>
5555
</body>
56+
</html>
57+
<footer>
58+
<!-- change to your name-->
59+
<p>By HOMEWORK SOLUTION</p>
60+
</footer>
61+
</body>
5662
</html>

0 commit comments

Comments
 (0)