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

Results Summary Component

Neel Mishraβ€’ 240

@Neel-07

Desktop design screenshot for the Results summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hello everyone,

I recently completed a simple frontend project and I would love to hear your feedback. Constructive input is welcomed as I am looking to improve and grow as a developer. Please feel free to share your thoughts on the user interface, user experience, and overall design. Your insights are incredibly valuable to me, and I'm genuinely interested in any suggestions or feedback you may have. Thank you in advance for taking the time to provide your input.

Community feedback

Daniel πŸ›Έβ€’ 44,230

@danielmrz-dev

Posted

Hello @Neel-07!

Your solution looks great!

I have a suggestion (about semantic HTML) for improvement:

πŸ“Œ Use <h1> to <h6> for titles instead of <p>.

The tag <p> is meant for paragraphs. For titles, we have the HTML headings (the tags <h1> to <h6>).

Here's a quick guide on how to use them:

Unlike what most people think, it's not just about the size and weight of the text.

  • The <h1> to <h6> tags are used to define HTML headings.
  • <h1> defines the most important heading.
  • <h6> defines the least important heading.
  • Only use one <h1> per page - this should represent the main heading/title for the whole page. And don't skip heading levels - start with <h1>, then use <h2>, and so on.

All these tag changes may have little or any visual impact but they make your HTML code more semantic and improve SEO optimization as well as the accessibility of your project.

I hope it helps!

Other than that, great job!

0

Neel Mishraβ€’ 240

@Neel-07

Posted

@danielmrz-dev Thank you for your valuable feedback and the detailed explanation about using semantic HTML for headings. I appreciate your suggestion to use to heading tags titles instead of paragraph tags , and I completely agree that using the appropriate HTML headings enhances both the semantic structure and the accessibility of the content.

I will definitely incorporate your suggestion into my project to ensure better SEO optimization and accessibility. Your guidance on using a single per page and not skipping heading levels is particularly helpful for maintaining a clear and structured hierarchy of content. I am grateful for your input, and I will implement these changes to improve the quality of my HTML code. Thank you once again for sharing your expertise and helping me enhance my project.

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