@correlucas
Posted
👾Hello 101Amine, Congratulations on completing this challenge!
Amazing solution! I’ve just opened the solution’s live site and I liked the job you’ve done a lot. I’ve some suggestions for you:
The html structure you’ve used here works, but if you want to make this even better, you can replace the <div>
you’ve used to keep the blocks and replace with some better html markup and semantic, for example, the main block can be wrapped with <main>
and each testimonial card with <article>
, then you can use a tag that not everyone knows, for the paragraph containing the quote
you can replace the <p>
with <blockquote>
that is tag the describe exactly its content.
This article from Freecodecamp explains the main HTML semantic TAGS: https://www.freecodecamp.org/news/semantic-html5-elements/
✌️ I hope this helps you and happy coding!
Marked as helpful