Finally, My Tribute Page!

https://codepen.io/ldbsda85/full/abvvRwE

Hi @ldbsda, your tribute page looks great! You misspelled “their” in the first paragraph as “thier.”

1 Like

Your page looks good @ldbsda, nice job. A couple of things to revisit;

  • Looks like you have extraneous text (rtlink) right before the text script link. Delete it.
  • When using codepen it only expects the code you’d put within the <body> </body> tags in HTML. (No need to include the body tags). For anything you want to add to <head> click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • I only mention because you have closing body and html tags but no opening ones.
  • Run your HTML code through the W3C validator.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
    • Couple of small errors you should be aware of and clean up.
1 Like

Thank you ! Now I must familiarize myself with some knowledge, or refamiliarize :slight_smile: :upside_down_face:

Is this more like it?

https://codepen.io/ldbsda85/full/abvvRwE

Very nice job! Keep it up.
Happy coding!

1 Like