Design comparison
SolutionDesign
Community feedback
- @SatellitePeacePosted about 2 years ago
Hello There,ππ
I just looked at your code and two things stood out in the HTML
1, instead of using a bunch of div tag which have no semantic meaning, why not use a section for the areas containing text and figure or picture tag to wrap your image
2, Your document should contain an h1 tag. So instead of wrapping your summary in a h4, you should wrap it in an h1 tag for semantics. If you feel the h1 text is too thick or large, you can always use CSS font-weight and font-size properties to reduce the thickness and size
I hop this helps 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