我使用以下标记将两个YouTube视频添加到了我的网站。
<div>
<iframe width=560 height=315 src='https://www.youtube.com/embed/nlybxACec_0' allowfullscreen></iframe>
<iframe width=560 height=315 src='https://www.youtube.com/embed/vVm_qWeB9wg' allowfullscreen></iframe>
</div>
该站点同时通过HTML5和CSS验证程序。但是,在Firefox上加载时,Web控制台会出现许多烦人的CSS错误。
有什么办法摆脱这些?