Skip to content

Commit 4c704a1

Browse files
committed
Changed button type to submit
1 parent ab4bec0 commit 4c704a1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Form-Controls/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<meta name="description" content="" />
99
<meta name="viewport" content="width=device-width, initial-scale=1" />
1010
</head>
11-
1211
<body>
1312
<header>
1413
<h1>Product Pick</h1>
@@ -54,13 +53,12 @@ <h1>Product Pick</h1>
5453
<option value="extraExtraLarge">XXL</option>
5554
</select>
5655
</div>
57-
<button type="button">Submit</button>
56+
<button type="submit">Submit</button>
5857
</form>
5958
</main>
6059
<footer>
6160
<!-- change to your name-->
6261
<p>By Liridona Shehu</p>
6362
</footer>
6463
</body>
65-
6664
</html>

0 commit comments

Comments
 (0)