2017-08-16 15 views
-1
<html><body><video src="C:\Users\vps\Desktop\v.mp4" width="50%" controls> 
<p>If you are reading this, it is because your browser does not support the 'video' element. Try using the 'object' element listed further down the page.</p></video><p>If you can see the video controls but the video doesn't play when you click the "Play" button, your browser might not support this file type (i.e. <code>Ogg</code>). In this case, try the same code, but with a different file format.</p>enter code here</video></body></html> 
+0

あなたのHTMLコードがひどいです。基本から学びましょう。また、 '

答えて

-1

以下のリンクを参照して、ビデオファイルの追加について説明します。

https://www.w3schools.com/html/tryit.asp?filename=tryhtml5_video

+1

これは答えではなく、リンクを提供するだけではありません。サンプルコードを提供するのが最も効果的です。そして、w3schoolsはしてください。 – Raptor

0

・ホープこのことができます:

<video width="300" height="400" id="vid" controls> 
 
    <source src="https://developer.apple.com//live-photos/assets/boy.mov" type="video/mp4"> 
 
    
 
    Your browser does not support the video tag. 
 
</video>

関連する問題