please review my tribute page.
https://codepen.io/abhishek-ci/full/GRppEmq
1 Like
please try to create both your html and your css from scratch then
I can’t see your project as the title is not clickable, you need to include it in the message body
You should do your own work…HTML and CSS
i guess now u click on link.
i have done it now. please review it.
It looks okay. Some things you need to revisit;
- 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. - Run your HTML code through the W3C validator.
- When you remove the
html
andbody
tags and then copy/paste from codepen you can ignore the first warning and first two errors. - There are errors you should clean up. Mostly caused by not closing tags correctly.
- When you remove the
- Codepen provides a validator for CSS. Click on the down arrow in the upper right and then click on the ‘Analyze’ link.
- There are errors you should address.
1 Like