Design comparison
SolutionDesign
Solution retrospective
The only problem that I had in this one was to put the quotation image in the correct place. I'm having a lot of troublem when there's images related, but I'm working on it!
Community feedback
- @VCaramesPosted almost 2 years ago
Hey there! 👋 Here are some suggestions to help improve your code:
- For the testimonials, it is best ✅ to to wrap each individual testimonial component in a
figure
element, the individuals information should be wrapped in afigcaption
element and lastly, the testimonial itself should be wrapped in ablockquote
element.
Code:
<figure> <figcaption></figcaption> <blockquote></blockquote> </figure>
More Info:📚
- For the profile images
alt tag
description, it should never* ❌ include the following keywords; “image”, “photo”., “picture” and any variation of them.
- The names of each individual are headings ⚠️. So they should be wrapped in a
heading
element. Since they are all equal level of importance, theh2
heading will be the best choice.
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding! 🎆🎊🪅
Marked as helpful1 - For the testimonials, it is best ✅ to to wrap each individual testimonial component in a
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