W3Schools 在线编辑工具(TIY) V3.0
编辑的代码:
运行代码 »
©
w3s.com.cn
运行结果窗口大小:
300 x 150
<
!DOCTYPE
HTML
>
<
html
>
<
body
>
<
video
controls
="controls"
controls
="controls"
>
<
source
src
="/i/movie.ogg"
type
="video/ogg"
/
>
<
source
src
="/i/movie.mp4"
type
="video/mp4"
/
>
Your browser does not support the video tag.
<
/video
>
<
/body
>
<
/html
>
<!DOCTYPE HTML> <html> <body> <video controls="controls" controls="controls"> <source src="/i/movie.ogg" type="video/ogg" /> <source src="/i/movie.mp4" type="video/mp4" /> Your browser does not support the video tag. </video> </body> </html>