Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Advice Generator App using classes and methods

#accessibility

@snowsneakers

Desktop design screenshot for the Advice generator app coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
  • API
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


I had fun doing this challenge. I wanted to play around with classes, properties, and methods. I know I could have done something much more simple.

Community feedback

@Esitale

Posted

Good job

Your solution looks really good, however I noticed you have accessibility issues. your document does not have a footer landmark. This can be fixed by wrapping all the tags after the main landmark within the footer landmark.

<body> <main> </main> <footer> </footer> </body>

Hope this helps

Marked as helpful

1

@snowsneakers

Posted

@Esitale Thank you for the feedback, Esther!

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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