Got stuck at landing page project

Cant seem to get over #5 and #12
Could you please give me a hand?
https://codepen.io/fredval/pen/OJyoGZv

Thanks!!!

One thing I see is that the opening <body> tag is not in the correct position. It needs to be just after the closing </head> tag.

Thanks :slight_smile:
Its corrected, but cant still fulfill #5 and #12

It seems to me that the nav links are working.

The form action and submit button look correct as well. I do see this in the browser console after submitting the form:
“Refused to display 'https://www.freecodecamp.org/email-submit?’ in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’.”

Also, I just noticed that the form in the example is not working as well.

I’ve noticed that weired thing about the form, but as you say, the example also has that problem.
Although its great to see that i’m not crazy and things seem to be properly coded, its really frustrating to have those errors and not being able to move forward…

When any test fails, click on the red button to see what the test was looking for and a brief explanation of what you need to do to resolve the issue.

Hi Roma,

Thanks for your reply.
Looking closely at the explanations you mentioned i was able to correct my mistakes

Thanks again :slight_smile: