Design comparison
Solution retrospective
Easy one to keep on track!
Community feedback
- Account deleted
Hello Coder your code is fantastic😊
And congratulations on successfully completing an another newbie challenge✨
And for you I have a small recommendation that might be helpful for you
<h1> tag :
It is mandatory to use a <h1> tag in your solution because <h1> tag is most important aspect in accessibility and it helps screen reader to navigate with your page in easy way
And H1 tags also help Google to understand the structure of a page. So if you're using H1s as Google recommends for your page title or content heading, your H1 is effectively telling Google “here's what my page is about.
Semantic tags :
The semantic HTML tags help the search engines and other user devices to determine the importance and context of web pages. The pages made with semantic elements are much easier to read. It has greater accessibility. It offers a better user experience.
And the also help to reach a wider range of audience
And if you wonder why you need to use semantic tags in your solution you can check out this
<br> tag:
don't use <br> tag because screen readers read <br> tag as break and that's not a right way
And you also can check out my solution that will definitely going to help you☺️
Hope that might be helpful ☺️
Marked as helpful0@jeanvs96Posted over 1 year ago@MrSandipSharma thanks for the inputs, I'll definitely take them into consideration and try to be more thoughtful about the semantics and accessibility point of view.
0Account deleted@jeanvs96
I am glad that I was helpful for you 😊
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