谁知道html5为什么用video标签显示不出来视频是这样

如题所述

src相对路径写错了。PS:把照片横过来。

src相对路径:

<!DOCTYPE html>
<html>
<body>
<video width="320" height="240" controls autoplay>
<source src="1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</body>
</html>

温馨提示:答案为网友推荐,仅供参考
第1个回答  2017-05-16
src相对路径写错了。
PS:把照片横过来
横过来

过来

第2个回答  2019-10-23

请采纳

第3个回答  2015-04-10
<!DOCTYPE html>
<html>
<body>

<video width="320" height="240" controls autoplay>
<source src="1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>

</body>
</html>本回答被网友采纳
第4个回答  2019-10-09
显示不出来的原因,那肯定是路径写的不对。

相关了解……

你可能感兴趣的内容

本站内容来自于网友发表,不代表本站立场,仅表示其个人看法,不对其真实性、正确性、有效性作任何的担保
相关事宜请发邮件给我们
© 非常风气网