Loss of coded display | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

17th Jan 2018, 5:13 AM
Mordred
Mordred - avatar
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")
17th Jan 2018, 5:42 AM
Dapper Mink
Dapper Mink - avatar
+ 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!!
17th Jan 2018, 5:36 AM
Dapper Mink
Dapper Mink - avatar
+ 4
Close the iframe tag an it should work.
17th Jan 2018, 5:31 AM
The Coding Sloth
The Coding Sloth - avatar