runoops.com

参考手册 第44页

HTML video poster 属性

阅读(1126)

带有预览图的视频播放器: 实例 Run this code » <video controls poster="/images/w3html5.gif"> <source src="movie.mp4" type="vid...

HTML video muted 属性

阅读(1016)

关闭视频的声音: 实例 Run this code » <video controls muted>   <source src="movie.mp4" type="video/mp4">   <source ...

HTML video loop 属性

阅读(1067)

设置为循环播放的 video 元素: 实例 Run this code » <video controls loop>   <source src="movie.mp4" type="video/mp4">   &l...

HTML video height 属性

阅读(1877)

具有指定高度和宽度的视频: 实例 Run this code » <video width="320" height="240" controls>   <source src="movie.mp4" type="vide...

HTML video controls 属性

阅读(1096)

带有浏览器默认控件的 <video> 元素: 实例 Run this code » <video controls>   <source src="movie.mp4" type="video/mp4">...

HTML video autoplay 属性

阅读(1262)

设置为自动播放的 video 元素: 实例 Run this code » <video controls autoplay> <source src="movie.mp4" type="video/mp4"> &l...

HTML ul type 属性

阅读(1196)

在无序列表中使用 type 属性: 实例 Run this code » <ul type="square">   <li>Coffee</li>   <li>Tea</li>  ...

HTML ul compact 属性

阅读(1229)

在无序列表中使用compact属性: 实例 Run this code » <ul compact>   <li>Coffee</li>   <li>Tea</li>   <...

HTML track srclang 属性

阅读(979)

带有两个字幕轨道的 video 元素: 实例 <video width="320" height="240" controls>   <source src="forrest_gump.mp4" type="video/m...

HTML track src 属性

阅读(1043)

带有两个字幕轨道的 video 元素: 实例 <video width="320" height="240" controls>   <source src="forrest_gump.mp4" type="video/m...