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

Social Link Profiles Using HTML5 And CSS

Jorge-234ā€¢ 110

@Jorge-234

Desktop design screenshot for the Social links profile coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

I completed the project quickly and faced no difficulties throughout the entire process.

What specific areas of your project would you like help with?

Am open to any feedback and suggestion ! Thanks Frontend Mentor

Community feedback

Mahmoodā€¢ 1,070

@MahmoodHashem

Posted

Hey there! šŸ™‹šŸ½ā€ā™‚ļø

Congrats on finishing the challenge! āœ…

Your project looks awesome!

šŸ“Œ Using semantic HTML elements like <ul> and <li> for lists is a great practice. It enhances the accessibility, maintainability, and meaningfulness of your code.

Consider refactoring your code as shown below:

After Refactoring

<ul class="list-container">
    <li><a href="#">Github</a></li>
    <li><a href="#">Frontend Mentor</a></li>
    <li><a href="#">LinkedIn</a></li>
    ...
</ul>

Incorporating <ul> and <li> improves the clarity of your content structure, benefiting screen readers and search engines. Additionally, it aligns with HTML best practices.

Hope this information is useful to you!

Keep up the fantastic work!!

Marked as helpful

2

Jorge-234ā€¢ 110

@Jorge-234

Posted

@MahmoodHashem Thanks for the feedback. I'll utilize it if necessary for the upcoming solution.

1

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