和音频类似,HTML5支持MP4、WebM和Ogg格式的视频,下面是简单实例:
<embed>标签定义嵌入的内容,比如插件。 <embed type="video/quicktime" src="Fishing.mov"> <source>对于定义多个数据源很有用。 <video width="450" height="340" controls> <source src="jamshed.mp4" type="video/mp4"> <source src="jamshed.mp4" type="video/ogg"> </video>



