You are currently failing four tests. Open up the test suite and read the full error message.
The full error messages are good at helping you solve the issues.
You need to fix all of those id and make sure the text matches the id and the id has underscores like I just showed you.
For no.10 it looks like you are missing a section that was mentioned in the nav links.
It looks like this first one but you are going to have to double check that
<nav id="navbar" class="nav-link" name="navbar">
For no.12
the text in the nav link class needs to be an exact match to the header text. The error message tells you one of them doesn’t match.
for no.13
It tells you that one of the nav links does not have a href.
Go through each message slowly and double check that everything is matching.
So i think there might be a bug here in the actual test because everytime i check through the nav-link tags all a href tags seem correct with their various links but i saw that the error asks “expected 8 to equal 9” so it is either seeing a nav-link which isn’t there because i used my word finder and it counted only 8 and before i made an 8th nav-link it said 7 must equal 8 so i made another one with an href and its own section just to see what the fuss is about then it changed from needing 8 to 9?? Any help with this please