Submitted about 18 hours ago
Responsive-Article-Preview-Card with HTML, CSS & JS
@Efobi-Francis
Design comparison
SolutionDesign
Community feedback
- @Lo-DeckPosted about 17 hours ago
Hi well done for this challenge,
You need to use more semantic tag to improve your HTML, it's better for screen-reader and SEO.
like:
<div class="socials"> <img src="./images/icon-facebook.svg" alt=""> <img src="./images/icon-twitter.svg" alt=""> <img src="./images/icon-pinterest.svg" alt=""> </div>
you can use
ul
andli
.Use a
div
when there is no other choices, you can usesection
,article
...It's better to use
em
orrem
instead ofpx
. FreeCodeCamp. FreeCodeCamp.Hope to be helpful.
Marked as helpful1@Efobi-FrancisPosted about 16 hours ago@Lo-Deck Thanks alot, i appreciate the feedback and it is very helpful. I'll be sure to implement the correction in future projects, if you have any other suggestions, please feel free to drop a feedback.
once more Thanks.
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