My YouTube video link doesn't work | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

My YouTube video link doesn't work

I'm newbie in coding, and I'm trying HTML website for the first time. In my code i have a link to a YouTube video: <a href=:"https://www.youtube.com/watch?v=I1TU2gKropU&t=211s" target="_blank">Name</a> I tried everything...please help me,what is wrong? It always open me a new window but never show that YouTube...what is wrong? And sorry If Its something easy...I am just new in coding.

24th Feb 2018, 2:29 PM
Maniak Dave
Maniak Dave - avatar
4 Answers
+ 1
remove the : after href=
24th Feb 2018, 2:36 PM
Dominique Abou Samah
Dominique Abou Samah - avatar
+ 1
And shall I write here something instead of it? because it still doesn't work
24th Feb 2018, 2:40 PM
Maniak Dave
Maniak Dave - avatar
+ 1
well! nice,thank you buddy!
24th Feb 2018, 2:45 PM
Maniak Dave
Maniak Dave - avatar
0
<a href="https://www.youtube.com/watch?v=I1TU2gKropU&t=211s" target="_blank">Name</a> tested with no problems
24th Feb 2018, 2:43 PM
Dominique Abou Samah
Dominique Abou Samah - avatar