Structuring page of content, image wont load, assessment needed

Why won’t the images load when I put it up on codepen.

Hello @guzzlezilla

you doing great there some notice here:

  1. nav is part of the header so it should be wrapped with it
  2. not sure why you have many font linked to your page
  3. there repeated h2 element in the aside element

for the image issue it does not load case the page look for the image file in folder called image next to the page which is not exist
so to fix this issue you have many options

  1. use the paid version of codepen
  2. put the image link on any hosting service and use link to that image in the src
  3. use github
  4. use https://glitch.com/

by the way it would be better in your future post to put a link to the task or topic you asking about

and have a nice day :slight_smile:

3 Likes

thank you for the advice!

you very welcome :slight_smile:

1 Like