Design comparison
Solution retrospective
Feedback is welcome.
Community feedback
- @Jeen-PreshPosted almost 2 years ago
Hello syed, congratulations on completing the fem challenge, keep it up.
some suggestions to help improve your projects
- For the testimonials it should be wrapped inside a
figure element
and the user information, such as the name and status can be wrapped in afigcaption
element. the testimonial itself should be wrapped in ablockquote
element.
For more info MDN link figure element
- The headings are meant to be the user's name.
Happy coding. if you found this helpful, make sure to mark it as helpful thanks.
Marked as helpful0 - For the testimonials it should be wrapped inside a
- @MelvinAguilarPosted almost 2 years ago
Hello there π. Good job on completing the challenge !
I have some feedback for you if you want to improve your code.
HTML π:
-
The
alt
attribute should not contain the words "image", "photo", or "picture", because the image tag already conveys that information.If you want to learn more about the
alt
attribute, you can read this article. π.
- Having two or more h1 tags in a webpage is not recommended because it can be confusing for search engines. Search engines use the h1 tag to determine the main topic of a page
CSS π¨:
- Instead of using pixels in font-size, use relative units like
em
orrem
. The font-size in absolute units like pixels does not scale with the user's browser settings. This can cause accessibility issues for users who have set their browser to use a larger font size. You can read more about this here π.
I hope you find it useful! π Above all, the solution you submitted is great!
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