Design comparison
Solution retrospective
How do you see the approach of this solution?
Community feedback
- @Bishalsnghd07Posted 9 months ago
Hi @CoinHercules
There is a lot of area you have to work on before going to the approach, you have to correct your basic foundation in semantic ui first.
-
I see your code, you used
div
in title. Title, heading always be used within header tag. Path should be like thish1 h2 h3 h4 h5 & h6
. And this all heading path should be follows in ascending order. Also, you have been used<span>
tag inside<div>
tag in last paragraph, always Paragraph should be write within<p>
tag. Give, some value to your HTML, make your HTML structurally. So, anybody can understand the structure of your HTML code, what you gives meaning to it. -
And there is a tool in browser is called lighthouse. Just by inspect in your web page, you will get lot of option and there will be a option for lighthouse also, you just have to click on it and test your web page performance, Best Practices, Accessibility and SEO. It is the best tool for developer for testing the performance of their web page. It's an insight nobody can tell you easily.
Hope, this suggestion will help you!
Once again Welcome to Frontend Mentor, wishing you a joyful journey and happy coding ❤️
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