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.
4 odpowiedzi
+ 1
remove the : after href=
+ 1
And shall I write here something instead of it? because it still doesn't work
+ 1
well! nice,thank you buddy!
0
<a href="https://www.youtube.com/watch?v=I1TU2gKropU&t=211s" target="_blank">Name</a>
tested with no problems