Design comparison
Solution retrospective
Updated the solution with the correct path
Community feedback
- @shivakumar-ui-maxPosted about 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 about 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 about 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