Advice generator app built with html, CSS and JavaScript
Design comparison
Community feedback
- @coderSureshPosted almost 2 years ago
Hey Jerry, Nice work. I am noticing some issues here. You can solve some of those by wrapping <section> in <main> tag.
Another issue is, you are using section tag but not heading inside it. You should use at least one heading (h2-h6) tag.
But if you don't want to add heading tag, you have to use <div> tag instead of <section> tag.
You can validate your HTML code through following URL:
Go to the link, click on validate by direct input and paste your code. You can upload your HTML file also. It'll show you issues in your code (if any) along with possible solution.
Marked as helpful1@JerryJeagerPosted almost 2 years ago@coderSuresh Thank you. I've resolved the issues
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