I have fulfilled all the requirements, still getting an 11/16 score.
Can any help me out…
if you click on the 11/16 and you look below the failing tests you see why they are failing
for example one of the reasons is Each .nav-link element should have an href attribute : expected false to equal true
Hello!
I ran the tests and you passed 14 out of 16.
It helps to read the failed test conditions closely. For example, #video should be an <iframe> or <video> element
, where your #video
is a div
element. These tests are very specific about what IDs you assign to your elements.
@nhcarrigan @ILM thanks for your time…
Nice work! You did it! Now celebrate your success
1 Like