Design comparison
SolutionDesign
Community feedback
- @VCaramesPosted about 2 years ago
Congrats on completing this challenge!
To clean up your code and make it semantically correct and, you'll want to wrap everything in an <article> element and delete the <section> element (the <section> element is used to define a section of a webpage.
So your code 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