Design comparison
Solution retrospective
I manage to complete challenge with JS
What challenges did you encounter, and how did you overcome them?It was kinda hard to attach two different events to same button
What specific areas of your project would you like help with?I don't have specific questions but mabey someone can find places where i can optimize my code
Community feedback
- @brunagoncalvesPosted 6 days ago
Congratulations on the project, very good! Some adjustments I would make.
-
Remove the <link rel="scripts" href="/scripts.js"> tag, as it is incorrect. Leave only the tag to improve accessibility. The alt attribute describes the image to screen readers and search engines.
-
The content within main, I would add within an "article". <article> is ideal for content that can be reused or distributed independently, such as blog posts, articles, news, etc. It helps search engines understand the page content better.
1 -
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