Design comparison
Solution retrospective
All feedback is welcome thank you, Please help me to improve my coding , especially how to link my javascript to HTML, CSS. To this project I have failed to link them. I need help. thank you in advance.
Community feedback
- @GioantPosted about 1 year ago
Hello wanyike,
you should be able to link the JS file the same way you did with the img elements in the src tag. By using relative paths
like this:
< script src="./app.js" defer >< /script >
just make sure to have no spaces(beginning & at the end) because the site wont allow me to properly close the script tag
Marked as helpful0@wanyikePosted about 1 year agoHello Gioant, thank you for helping me this challenge . am a beginner in this challenges and i want to be come a professional even thou I don't have degree or Diploma in coding. am in Uganda
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