Hi all,
Just doing to codeacademy’s product landing page test. And my nav-links aren’t directing me to the corresponding part of the page. Could anyone help please?
I’m just starting on the coding journey, so please forgive what will most likely be dodgy code. Here’s the bit of html:
(Watch for disappearing tags in these messages. I’m just guessing what you didn’t have or didn’t have Just wrap the tags in backticks (`) )
OK, with the second piece of code, you have your link areas outside your anchor tags. Move the ‘Home’, ‘Service’, etc bits so they are on the left of the </a> tag. That should get the links working.