I can't finish my product landing page :(

  1. When I click a .nav-link button in the nav element, I am taken to the corresponding section of the landing page.’ <–User story 5

U should be creating a navigational link, here is a link if you forgot how to make one: <nav>: The Navigation Section element - HTML: HyperText Markup Language | MDN

hii i edited it to the same format, but it still doesn’t seem to be working

1 Like

The .nav-link with href="#aboutus" is not linked to a corresponding element on the page : expected null to not equal null
If you fix this error, I think the code will work

1 Like

here is the error: <section id"#aboutus">

1 Like

Sorry if I am annoying you with the replies…
But make sure you always look at the error message
How to do it:

  1. click on run test
  2. Click on this thing: image
  3. the tests along with the errors should popup:)

EDIT: Also, make sure you are typing the right syntax for id

1 Like

Hi,Please check the following :
1.id attribut of elements have not #
2.media queries syntax wrong,
3. some elements have not close tag

2 Likes

hello thank you for your help i finally managed !

1 Like

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