Design comparison
Solution retrospective
Hi!
After a long journey i had a courage to try another challenge. This one is harder than the last one because of the position and hover issues. Feel free to criticize and advice my coding. I am just learning, but i want to be a lot better. Lets all improve together!
Francisco "Chicaofmp" Moura
Community feedback
- @mrcsportoPosted over 2 years ago
Awsome Chicão! Try to correct some accessibility issues and insert the
Div
into the landmarks and also take the elementstyle
out of the element body.- <header>This is the header</header>
- <main>This is the main</main>
- <footer>This is the footer</footer>
Marked as helpful0@chicaofmpPosted over 2 years ago@mrcsporto hey,
I will organize my html better.
<header> <main> <footer>Thanks for the advice.
1 - @SamadeenPosted over 2 years ago
Hey!! Cheers 🥂 on completing this challenge.. .
Here are my suggestions..
- You should nest your
divs
andparagraph
in amain
tag. - You can wrap your attribution section in a footer tag to avoid accessibility issues.
This should fix most of your accessibility issues
. Regardless you did amazing... hope you find this useful... Happy coding!!!
0 - You should nest your
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord