Design comparison
Community feedback
- @EricNevesPosted over 1 year ago
๐Congradulation on your amazing project ๐
๐ <html> element must have a lang attribute
You can use
lang="en"
Example:
<html lang="en">
๐ Images must have alternate text
<img src="https://replit.com/badge?theme=dark" id="replitBadge" style="bottom: 1.5rem; right: 1.5rem;">
You can use
alt="Image"
Example:
<img src="https://replit.com/badge?theme=dark" id="replitBadge" style="bottom: 1.5rem; right: 1.5rem;" alt="Image">
๐ Links must have discernible text
<a target="_blank" href="/__repl?utm_medium=webview_badge"><img src="https://replit.com/badge?theme=dark" id="replitBadge" style="bottom: 1.5rem; right: 1.5rem;"></a>
You can use
<a href="" aria-label="Simple Description"></a>
The solution you submitted is great ! ๐
Marked as helpful1
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