Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
i completed this project within 15 mins and i am looking forward to complete more projects with less as possible
What challenges did you encounter, and how did you overcome them?alignment of items inside respective items
What specific areas of your project would you like help with?styling
Community feedback
- @ChamuMutezvaPosted about 1 month ago
Hi. I have gone through your project and would like to highlight the following:
- the
h1
heading element is very important , it has to be the first heading element in a website. I usually equate it to the a book title if it was a novel, it will be the first heading that you see before you read the book. That is to say, in a complete website , you can have anh2
heading element before anh1
element and that sequence should follow all the other heading elements. - still on heading elements, heading elements such as
<h1>>56%</h1>
are not suitable . Like I mentioned earlier above , a heading element should make sense on itself (in other words, I would say , it is a brief description of what is to come). A heading like 56% does not in anyway give an indication to the user of what is coming/expected. - images are either
decorative
, where the alt value should just bealt=""
or descriptive , where the alt value should be a brief description of the content carried in the image. Alt values such asalt="audience-growth"
in my opinion are not good enough, the message in the image should be clear to assistive technology or when the image fails to load.
0 - the
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