Design comparison
SolutionDesign
Solution retrospective
all feedback is welcome
Community feedback
- @VCaramesPosted about 2 years ago
Congrats @princechamp07 on completing this challenge!
To make you code semantically correct, you want to wrap your content in an <article> element, so it should look something like this:
<body> <article> <img src="" alt="" /> <h1></h1> <p></p> </article> </body>
Marked as helpful0
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