Design comparison
SolutionDesign
Solution retrospective
Would really appreciate some feedback on the solution in context of :
- Accessibility
- Code structure
Community feedback
- @aykinsancakliPosted 9 months ago
Hello @AashishVivekBhat,
You did a great job on this one!
Here is some feedback: You can use section element instead of generic div element to state this part is a section of my webpage.
<!-- Social Links section --> <section> <button type="button">GitHub</button> <button type="button">Frontend Mentor</button> <button type="button">LinkedIn</button> <button type="button">Twitter</button> <button type="button">Instagram</button> </section>
This would make more sense semantically.
All the best
Aykın
0
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