2017-08-16 73 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代碼是可怕的。嘗試從基礎知識中學習。另外,你想要的'

回答

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>