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

Interactive Comments Section using SvelteJS

#svelte
Oge Obubu• 170

@ogeobubu

Desktop design screenshot for the Interactive comments section coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
3intermediate
View challenge

Design comparison


SolutionDesign

Community feedback

Anosha Ahmed• 9,340

@anoshaahmed

Posted

To get rid of the accessibility/HTML issues shown in your Report:

  • start your headings with <h1>, and move up by one level each time
  • <section> and <article> usually need a heading; so if you don't need a heading in it, use some other element such as <div>
  • <button> should have an aria-label ... Click here to read more
  • use classes instead of id's, if you're going to use the same one more than once

Read your Report for more information.

Great job! :)

1

Oge Obubu• 170

@ogeobubu

Posted

@anoshaahmed Thank you for the feedback.

1

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