Can someone tell me why my video isn't working? Product Landing Page

I’m not sure why my video won’t show or my navbar isn’t at the top of the viewport?

You have some major coding issues.

  • Run your HTML code through the W3C validator.
    • There are HTML syntax/coding errors you should be aware of and address.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
  • Also, Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in the HTML editor. (No need to include the body tags). For anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • You have a body element that seems to be randomly inserted in your code. Review this for an understanding of the HTML boilerplate tags.

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