I just finished an assignment and I would like to hear if it is good. I am not sure how to link the images. When I run it on my computer, the link works. Thank you.
Hello @brusli
you doing great well done
if the image issue you can do the following
-
upload the image to any site and use link to it in the src atterbuite in the img tag instead of simply using the file name
-
use https://glitch.com/ which all you to upload image and resource for free this option available for codepen but only for paid version of it
-
use github but that would require some learning but in real project with real team you would use github or any git service so learning it would be nice
there light tutorial for git in mdn check this one https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/GitHub
hope that help and have a nice day
2 Likes