可以通过以下步骤实现:
<video width="320" height="240" controls>
<source src="video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
上述代码中,src
属性指定了视频文件的路径,type
属性指定了视频文件的类型。你可以根据实际情况修改这些属性的值。
autoplay
属性:<video width="320" height="240" controls autoplay>
<source src="video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
loop
属性:<video width="320" height="240" controls loop>
<source src="video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
controls
属性。腾讯云相关产品和产品介绍链接地址:
领取专属 10元无门槛券
手把手带您无忧上云