Latest comments
- @Hafsath2@Anar765
The issue is that the
footer
tag is placed inside themain
tag, which is not semantically correct. This also causes problems with theflex
layout because the footer becomes part of the main content, preventing proper alignment on the page. To fix this, movefooter
element outside themain
element.Keep going — you're learning and improving!