- 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
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
here is the error: <section id"#aboutus">
Sorry if I am annoying you with the replies…
But make sure you always look at the error message
How to do it:
- click on run test
- Click on this thing:
- the tests along with the errors should popup:)
EDIT: Also, make sure you are typing the right syntax for id
Hi,Please check the following :
1.id attribut of elements have not #
2.media queries syntax wrong,
3. some elements have not close tag
hello thank you for your help i finally managed !
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.