Submitted over 1 year agoA solution to the QR code component challenge
QR code components pure html css
@OmarRefaee

Code
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Mennatallah-Hisham
Hi Omar
Congratulations on completing your first challenge👏
You did great 👍
Here are some suggestions to improve your code:
Semantic HTML
- since the card is independent content, it is better to use <article>
ALT
- images should have descriptive alt text, which is important for SEO and screen reader users,alt="QR code linking to Frontend Mentor challenges"
here are some helpful articles:
- alt text
- <article> vs <section> Hope you find this helpful, Happy Coding
Marked as helpful
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