There was an error while loading. Please reload this page.
1 parent 748213c commit 420b6a5Copy full SHA for 420b6a5
1 file changed
Form-Controls/index.html
@@ -4,15 +4,15 @@
4
<meta charset="utf-8" />
5
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
<title>My form exercise</title>
7
- <meta name="description" content="" />
+ <meta name="description" content="Choose your preferred T-shirt color and size." />
8
<meta name="viewport" content="width=device-width, initial-scale=1" />
9
</head>
10
<body>
11
<header>
12
<h1>Product Pick</h1>
13
</header>
14
<main>
15
- <form>
+ <form action="" method="get">
16
<!-- label for the name input -->
17
<label for="name">Name:</label>
18
<input type="text" id="name" name="name" required pattern=".*\S.*\S.*"><br><br>
0 commit comments