runoops.com

HTML 参考手册 第62页

HTML audio muted 属性

阅读(1360)

被静音频: 浏览器支持 Internet Explorer 10、Firefox、Opera 以及 Chrome 支持 muted 属性。 注意: Internet Explorer 9 以及更早的版本不支持 muted 属性。 ...

HTML audio loop 属性

阅读(1757)

设置音频循环播放: 浏览器支持 Internet Explorer 9+, Firefox, Opera, Chrome, 和 Safari 浏览器支持 loop 属性。 注意: Internet Explorer 8 及更早IE...

HTML audio controls 属性

阅读(1143)

带有浏览器默认控件的 <audio> 元素: 浏览器支持 Internet Explorer 9+, Firefox, Opera, Chrome, 和 Safari 浏览器支持 controls 属性。 注意: Inter...

HTML audio autoplay 属性

阅读(1250)

设置为自动播放的 audio 元素: 浏览器支持 Internet Explorer 9+, Firefox, Opera, Chrome, 和 Safari浏览器支持 autoplay 属性。 注意: Internet Expl...

HTML area type 属性

阅读(1368)

实例 Run this code » 带有可点击区域的图像映射: <img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">...

HTML area target 属性

阅读(1351)

实例 Run this code » 带有可点击区域和target属性的图像映射: <img src="planets.gif" width="145" height="126" alt="Planets" usemap="#plan...

HTML area shape 属性

阅读(1391)

实例 Run this code » 带有可点击区域的图像映射: <img src ="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap"&g...

HTML area rel 属性

阅读(1399)

实例 Run this code » 带有可点击区域的图像映射 <img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">...

HTML area nohref 属性

阅读(1708)

实例 Run this code » 带有可点击区域的图像映射,并使用 nohref 属性: <img src="planets.gif" width="145" height="126" alt="Planets" usemap="...

HTML area media 属性

阅读(1361)

实例 Run this code » 带有可点击区域的图像映射: <img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap">...