Feedback: Tribute Page (Leonardo da Vinci)

I started to program recently and i need some feedbacks. I will gladly appreciate your review and comments.

Thank you.

1 Like

Welcome to the forums @danilmendes. Your page looks good. Some things to revisit;

  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in HTML. (No need to include the body tags). For anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • The link to the font goes in the box labeled ‘Stuff for <head>’
  • Review the lesson about giving meaningful text to links.
  • Don’t use the <br> element to force line breaks or spacing. That’s what CSS is for.
1 Like

@Roma Ty so much for the help .
I will fix all the isues that you mentioned.
Thanks again.