- I am of to learn something.
- I will execute my new learning in my next project.
Don't know
What specific areas of your project would you like help with?Nothing to say.
Don't know
What specific areas of your project would you like help with?Nothing to say.
Hi, Consider using <a></a> tags instead of <button> for links. <button id="b">Frontend Mentor</button> <a id="frontend-mentor" href="https://www.frontendmentor.io">Frontend Mentor</a>
By employing <a></a> tags, you not only maintain consistency in your HTML structure but also ensure better accessibility and user experience for navigating to external resources. This approach aligns with web standards and enhances the semantic clarity of your code."
I Will Try Something Better Next time
What challenges did you encounter, and how did you overcome them?I Was Easy AS Always
What specific areas of your project would you like help with?I Can Contribute What I know
Hi, I would recommend you to use semantic HTML tags, instead of using <div class="card-container"> after the <body> tag consider utilizing <main> as it better represents the central content container in your design layout. This approach not only improves accessibility but also makes the HTML structure more meaningful and easier to understand for developers and users alike." hope you find this helpful.