我在我的网站上使用 iframe youtube 视频。
示例代码:
<iframe width="414" height="270" src="samplecode" frameborder="0" allowfullscreen></iframe>
如果我单击 youtube 视频,它将重定向到外部页面。我使用了下面的代码。
<a href="#"> <iframe width="414" height="270" src="samplecode" frameborder="0" allowfullscreen></iframe></a>
我知道我的方法是错误的。它不工作。请确认无论如何都要这样做?