Just completed my first Tribute Project. Need help submitting

I completed my tribute project using codepen. My URL is https://codepen.io/goodguygonemad/pen/LYbJQzj. How do you test the code? Also, when I copy the above URL into the and click submit (or ctrl-entr), the form hangs.

Thanks for any advice anyone can provide.

Also, any feedback for my first web page. Please excuse my political subject matter.

Hi @over50 !

Welcome to the forum!

It looks like you added the test suite and all tests are passing.

I am not sure what you mean by the form hangs.

You have a few errors in your html.
Run your code in the html validator

Also, don’t use br tags like this.

<br><br>

Use css instead.

Your page looks good for larger screens but it is not responsive for smaller screens.

Hope that helps!

Welcome to the forums @over50. Your page looks okay. Something to revisit;

  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.

No one tests your code. You have the link in your page. Use that to ensure that all user stories pass.

Have you resolved the issue re: submitting your project?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.