
Design comparison
Solution retrospective
Updated the solution with the correct path
Community feedback
- @shivakumar-ui-maxPosted over 2 years ago
Instead of giving full path of image , just give image folder path. 🔥.. Mind it images folder , html , css and designs all should be one folder. Then the image will display see below 👇 example. #. <Img src=" ./folder name / file name" alt="file name"> Example: <Img src="./images/QR code picture. Jpeg alt="QR code picture" >
🔥.. follow the semantic rules, go and check semantic rules in any browser. 🔥... Every page contains one h1 tag. 🔥.... Use main tag to reduce accessibility issues.
👍 I hope u understand what I I'm saying.
........... 🔥 Keep doing , good job.
Marked as helpful0 - @MelvinAguilarPosted over 2 years ago
Hi @WhitezerD 👋, good job completing this challenge, and welcome to the Frontend Mentor Community! 🎉
Here are some suggestions you might consider:
- You can use relative file paths in your images, this can save future errors in your images:
<img src="./images/image-qr-code.png" alt="your_alt_text" class="qr">
- Update the path of the styles to:
<link rel="stylesheet" href="./app.css">
I hope those tips will help you.
Good job, and happy coding!
Marked as helpful0@WhitezerDPosted over 2 years ago@MelvinAguilar Thanks a lot. Although the page on the live url in github still don't show up correctly even i modified the path. Seems like i have to do a lot of research in github furthermore.
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