Tribute Page Project-Harvey Milk

Just finished my first project! Would love any feedback or advice :slight_smile:

Hey Heather,

nice to meet you!

Great first project so far! :clap:

My ideas:

  • when you use codepen, you only have to add the code that belongs into the body; so you can remove your starting </div><html><body> and the trailing </body></html>
  • after you removed this unnecessary stuff, you can get a code validation here by pasting your HTML code into the body (without the script); you will see some errors, but most of them do only exist because you missed some small stuff like a > or the like; but I think you are able to fix them!
  • after you fixed the errors, you can increase the readability of your code by 1. clicking on the small arrow on the right side of the code box and 2. clicking Format HTML/CSS

Keep us posted and keep up the good work!

1 Like

Thank you so much! Appreciate the feedback :slight_smile:

1 Like