2nd attempt QR Code Responsive page

Please log in to post a comment
Log in with GitHubCommunity feedback
- @rinster
Hi, your code is almost there! For correctly sourcing the image, you'll need to have an understanding of file paths in the browser. Generally, browsers use forward
/
slashes as opposed to Windows OS which uses backward slashes\
.As such, given the location of your file, your src should be as follows:
src="./image-qr-code.png"
Here is a good resource on file paths: https://www.javatpoint.com/html-file-path Happy Coding!
Marked as helpful
Join 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