Design comparison
Community feedback
- @rayaattaPosted 11 months ago
Hi, congrats completing the challenge Have you noticed that your images Don't show up anywhere. Here is a solution. Replace
<img class="logo" src="/images/icon-suvs.svg"> ``` With ```html <img class="logo" src="images/icon-suvs.svg">
You don't have to add that "/" Infront of the image because the image folder is in the Same location as the current html document. Happy coding.
0@rayaattaPosted 11 months agoThe other thing your html needs to be a bit more semantic you should wrap the main content of the page in a
<main></main>
And the other inside a
<Footer></footer>
Using semantic html eases work for screen readers and improves search engine optimization Check out this article about semantic html https://developer.mozilla.org/en-US/docs/Glossary/Semantics @Prayhaiz
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