There was an error while loading. Please reload this page.
1 parent 991b18a commit 20f153fCopy full SHA for 20f153f
1 file changed
Form-Controls/index.html
@@ -9,6 +9,7 @@
9
<body>
10
<main>
11
<h1>Order a T-Shirt</h1>
12
+ <form>
13
14
<label for="name">Your Name</label>
15
<input type="text" id="name" name="name" pattern=".*\S.*\S.*" required>
@@ -33,6 +34,7 @@ <h1>Order a T-Shirt</h1>
33
34
</select>
35
36
<button type="submit">Order Now</button>
37
+ </form>
38
</main>
39
</body>
40
</html>
0 commit comments