Very new to coding and just learning how to use HTML5 and CSS. I've created a .html document in brackets and set up the boiler plate code. I generated an embed code from wirewax after making a short interactive video. I pasted the code into my document and tested - no sign of the video. I pasted the same embed code into the w3schools text editor and ran it, and it worked. I've no idea why it won't work in my own document and I don't have the frame of reference built up yet to really research or ask the right question! I would love some pointers on what to look for or if I have to put a URL into a style sheet or something like that.
This is the embed code:
<div style="position: relative; width: 100%; height: 0; padding-bottom: 56.25%;"><iframe style="position: absolute; top: 0; left: 0;" width="100%" height="100%" src="//embed.wirewax.com/8066745/?loop=true&noShare=true" frameborder="0" scrolling="yes" allowfullscreen></iframe></div>
Please note, i havent learned about iframes or video tags yet but want to finish a practice webpage for my employer.
Thanks so much in advance.
Sue