Design comparison
SolutionDesign
Community feedback
- @Andre-DMPosted 6 months ago
Hello! I might have an advice for you regarding HTML:
- Text within a
<div>
should be enclosed in<h1> </h1>
,<h2> </h2>
,<p> </p>
, etc. depending on the purpose.
Instead of:
<div class=“blogCard-text”> These languages are the backbone of every website, defining structure, content, and presentation. </div>
it should be:
<div class=“blogCard-text”> <p>These languages are the backbone of every website, defining structure, content, and presentation.</p> </div>
I hope this helped you and congratulations on completing the challenge!
0 - Text within 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