Eric Neves
@EricNevesAll comments
- @Aryan-SrivastavaSubmitted over 1 year ago@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 - @SaishSankheSubmitted over 1 year ago
Hello! Iโm Saish and this is my solution for advice generator challenge.
Build with:
Next.js SCSS
Thank you!