.nav-link section

Hi! I just want to ask what am I doing in this project?
When I click the nav-bar its taking me to the designated section but when I run the test it says that I got it wrong.
I would appreciate the assistance :slight_smile:

Hello there,

Here is your .nav-link element:

<li class="nav-link">

Here is the error message:

Each .nav-link element should have an href attribute : expected false to equal true

Can you see the problem?

1 Like

Yes. I got it. Thank you :slight_smile: