Help with prct landing page

EXERCISE “Product Landing Page” User Story #6

I continue to get this error:
6. I can watch an embedded product video with id=“video”.
#video should be an iframe or video element

with this code:
<iframe id="video" src="https://www.youtube.com/embed/BEIPipCrcdQ" title="Day 1 Dive Two"></iframe>

please help

I moved your question to its own topic because you were asking a question related to your own code for a challenge and were not answering the OP of the other thread. It is always best to create your own thread for you specific question(s). Also, it is advisable to use the Ask for Help button on the challenge, so it auto-populates with your current code and the challenge url.

Please provide the link to your own project.

Thank you.

Thanks for the help… total noob here.

https://codepen.io/mjcolyer/pen/MWbRNXw

I found this in your code:

<div id="video"></div>

1 Like

BINGO! duplicate id not allowed … noted… thanks again!

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