Hi there everyone,
I am looking for feedback on my tribute page;
Thanks to all of you for your time, it is greatly appreciated!
Hi there everyone,
I am looking for feedback on my tribute page;
Thanks to all of you for your time, it is greatly appreciated!
Hey @Chelsey!
Welcome to FCC’s Forum.
Your webpage looks nice and good color choice.
but there some things to rework
Please these changes.
Hope this help you.
Thanks,
Codely.
Welcome to the forums @Chelsey. Your page looks good. Some things to revisit;
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.
body
element.
<br>
element to force line breaks or spacing. That’s what CSS is for.Thank you so much for your time and feedback!
I have revisited the above mentioned amendments and errors accordingly.
Good job cleaning things up @Chelsey. Something to revisit;
The failing test says;
" My tribute page should have an element with corresponding id="main"
, which contains all other elements."
Once again, 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).
The test is failing because you’ve put the required id
outside the body
element
Thank you so much @Roma for your help, I forgot to amend that element after reading that link you shared with me. I have saved it for future reference and have once again corrected my page
https://codepen.io/Chelstar/pen/oNLBbbQ?editors=1100
Thanks again!
Nice job @Chelsey. Your page looks good.
Look forward to seeing your next project.