Design comparison
SolutionDesign
Solution retrospective
Hello there!
- What are some ways I could have used to make this more accessible? I only focused on the original price for this project.
- Any more appropriate semantic HTML I could have used?
- Did I use any unnecessary CSS properties or declarations?
Thank you!
Community feedback
- @michaelr47Posted almost 2 years ago
Good stuff! Ideally, instead of using the
<section>
tag, using the<main>
would be more semantically correct in this case since its the main part of the content you're wrapping around. Section tags could be used inside main tags though.. Other than that, everything is spot on imo! 😁Marked as helpful0
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