BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>BootWiki 教程网</title> </head> <body> <video autoplay controls height="240" width="320"> <source src="movie.ogg" type="video/ogg"> <source src="movie.mp4" type="video/mp4"> <source src="movie.webm" type="video/webm"> <object data="movie.mp4" height="240" width="320"> <embed height="240" src="movie.swf" width="320"> </object> </video> </body> </html>
运行结果