Social links profile

Please log in to post a comment
Log in with GitHubCommunity feedback
- @AdrianoEscarabote
Hi Obi-Etchu, how are you doing? I really loved the outcome of your project, but I have a few suggestions that I think might be helpful:
Avoid using the
<br>
tag in your HTML code. While<br>
might seem like a simple way to break lines, it is considered bad practice and can lead to significant accessibility concerns. For users who rely on screen readers, the presence of<br>
can be announced, which disrupts the flow of the content and creates a confusing experience.Instead of
<br>
, you should use semantic HTML to structure your content properly. For example, wrapping text in paragraphs (<p>
) or using<div>
containers for sections provides a cleaner and more accessible solution. This approach improves usability for screen readers and ensures that your content is presented in a meaningful way to all users.For more detailed guidance, refer to the MDN documentation on the
<br>
tag: MDN: Accessibility Concerns of <br>Pro Tip: Accessible web development isn't just a recommendation—it's essential for ensuring inclusivity on the web!
The rest is excellent.
I hope you find it useful. 👍
- @nabinsth36
Obi-Etchu, Great job completing this project. It’s clear you’ve put in a lot of effort, and the results speak for themselves.
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