Product landing page- Header test help

Need help or advise please,
It appears to me that my code has the required attributes, however is failing the tests, saying that i must have header attributes that appear to be in my script.

https://codepen.io/ben2travel/pen/eYBKQmV

Hi @ben2travel !

Welcome to the forum!

The issue is here.

<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script

You are missing something at the end.
Once you fix that then the tests will pass.

HTML errors like this can affect the rest of the page which is why your tests are failing.

Thanks so much, i was starting to go crazy try to figure this out.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.