Skip to content

Commit e2a10ab

Browse files
Replace <h2> with <p> in footer since no major section in footer (#1147)
1 parent f71a272 commit e2a10ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Form-Controls/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1>Product Pick</h1>
2121
</main>
2222
<footer>
2323
<!-- change to your name-->
24-
<h2>By HOMEWORK SOLUTION</h2>
24+
<p>By HOMEWORK SOLUTION</p>
2525
</footer>
2626
</body>
2727
</html>

0 commit comments

Comments
 (0)