Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Advice generator app built with html, CSS and JavaScript

@JerryJeager

Desktop design screenshot for the Advice generator app coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
  • API
2junior
View challenge

Design comparison


SolutionDesign

Community feedback

@coderSuresh

Posted

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:

https://validator.w3.org/

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 helpful

1

@JerryJeager

Posted

@coderSuresh Thank you. I've resolved the issues

0

Please log in to post a comment

Log in with GitHub
Discord logo

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