Need help for video in product landing design project

https://codepen.io/ariffza/pen/PoGZErZ

Hi @ariffzakwan25!

Welcome to the forum!

Delete the video tags and it will work.
Also, please keep the script tag in your page. <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

1 Like

Product Landing Page (codepen.io)
I also need help in making my navigation bar work properly and responsive

Hi @Brijesh!

It would be best to create a new topic if you have questions about your project. Otherwise it will get confusing if one thread was filled with different projects and questions.

Thanks!

what the script tag used for? btw thank you

It is test suite.
I think you have been using it for last two project.

ohh i see…thank you

1 Like

script tags as in JavaScript tags.

If you are curious how tests are written then this javascript info lesson does a good job of explaining it. https://javascript.info/testing-mocha

1 Like