Assessment wanted for Structuring a page of content//



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

  1. 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

  2. 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

  3. 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 :slight_smile:

2 Likes