Skip to content

Commit b1566e4

Browse files
committed
Correcting the doctype case issue and the header tag in footer
1 parent 827e44d commit b1566e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Form-Controls/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- All fields required
77
-->
88

9-
<!doctype html>
9+
<!Doctype html>
1010
<html lang="en">
1111
<head>
1212
<meta charset="utf-8" />
@@ -90,7 +90,7 @@ <h1>Product Pick</h1>
9090
</main>
9191

9292
<footer>
93-
<h2>By Mehroz Munir</h2>
93+
<small>© 2026 Mehroz Munir</small>
9494
</footer>
9595
</body>
9696
</html>

0 commit comments

Comments
 (0)