My Alan Turing tribute page

Hi, I’m takin back my FCC challenge, please any feedback would be appreciate.

https://codepen.io/ojgutierrez/full/jrNzAW

Thank’s in advance

Welcome back @ojgutierrez. 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>’
    • Mentioning also because everything the browser renders belongs in the body element and there’s a closing main tag after the closing body tag.
  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should address.
  • Review the lesson about giving meaningful text to links.

Hi, Thanks, so much, I will be taking care of your observations.