是否可以将“子文本”添加到 iframe?例如,我有以下代码...
<iframe class="musicsamples" width="80%" height="315" src="http://www.youtube.com/embed/apkRBANIKxc" frameborder="0" allowfullscreen></iframe>
<iframe class="musicsamples" width="80%" height="315" src="http://www.youtube.com/embed/h7ArUgxtlJs" frameborder="0" allowfullscreen></iframe>
我希望能够在下面添加一些文本,详细解释视频等,但每当我使用简单的
在 iframe 内部或外部标记,它会将其视为 iframe 不存在,并且文本始终显示在页面顶部而不是 iframe 下方。也许我需要以除 iframe 之外的其他方式嵌入此视频,以便能够与它一起使用文本?