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
Hello there,
Here is your .nav-link
element:
<li class="nav-link">
Here is the error message:
Each
.nav-link
element should have anhref
attribute : expected false to equal true
Can you see the problem?
1 Like
Yes. I got it. Thank you