Could you share a link to the lesson? I can’t get the curriculum to come up at the moment (I did see a notice about that earlier), but maybe I can get to the lesson if you have the link to it.
What exactly is it saying is wrong? The links themselves look right, but I’m guessing there’s some small detail about it that’s not passing. For example, “Must be the child of such and such.”
this is exactly what its saying Each .nav-link element should link to a corresponding element on the landing page (has an href with a value of another element’s id. e.g. #footer )
Phew that took me longer than it should have to see
Before you edited the post did you have your <nav> inside of <head> as opposed to <header>? I copied over to another IDE and got <head> which would be why that wasn’t passing. <head> is meant for things like metadata, not actual page content.
As for your email input, remember <video> is not a self closing tag
An extra point is that <body> just encompass all visible content on your page, so <header> and <footer> should be nested in it.
Hi All, From the moment a user reaches your landing page, a timer goes off. You’ve got roughly 15 seconds to convince your user this is where they want to be. Read the complete article here Building landing pages: A sneak peak behind our process.
Hope it will help you out in learning landing pages.