Build a Product Landing Page / Replace icons

Tell us what’s happening:
I can’t replace the icons with icon links from assets.
Secondly, I am stuck at 15/16 level. Please help.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36

Challenge: Build a Product Landing Page

Link to the challenge:

What you need to do is in your <iframe> tag add id="video" that’ll solve the problem.
It should look something like this:

<iframe id="video"></iframe>

rest of your code is perfect.

1 Like

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