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
andhtml
tags but no opening ones.
- I only mention because you have closing
- 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
Is this more like it?
Very nice job! Keep it up.
Happy coding!
1 Like