+ 2
Loss of coded display
Hello readers, I have completed the html tutorial recently and need help. I am in the process of making a basic html coded website. When I run it through the playground the last portion of my code isnât displayed. By deleting code before it, it is displayed. Please help đ Hereâs the code: https://code.sololearn.com/WWhi647r2Qj8/?ref=app
3 Answers
+ 11
Also, as @The Coding Sloth mentionned already, you have to close your tag, and replace "https://m." by "https://www."
So overall it should look like "<iframe height="150" width="300" src="https://www.youtube.com/embed/_u0Za2hvyG4"></iframe>"
(yeah I'm sorry, use "embed" instead of "v")
+ 10
Hello
First and foremost, before I take a look at the rest of your code, your iframe youtube video won't work unless you replace "...watch?v=..." by "...v/..." in its url :')
Also... NATSUKI BEST GIRL!!
+ 4
Close the iframe tag an it should work.