&…">
当前位置:首页 > Html

html5背景音乐

happyfhb11年前 (2015-09-02)Html2615
摘要:<div style='display:none;'>    <audio controls="controls" autoplay="autoplay">      &…



<div style='display:none;'>

    <audio controls="controls" autoplay="autoplay">

        <source src="http://www.heng9.com.cn/weixin32/dante/dtwxbg.mp3" type="audio/ogg" />

        <source src="http://www.heng9.com.cn/weixi34n/dante/dtwxbg.mp3" type="audio/mpeg" />Your browser does not support the audio element.

    </audio>

</div>


扫描二维码推送至手机访问。

版权声明:本文由海海日记-冯海滨博客发布,如需转载请注明出处。

本文链接:http://www.fenghaibin.com/?id=1193

“html5背景音乐” 的相关文章

JQuery获取DIV高度

 $("#content").height();$("#content").innerHeight();//元素内部区域高度,忽略padding、border$("#content").outerHeight();//忽略边框$(…

推荐一个网页入门学习的好网站

 http://www.monmonkey.com非常不错,我认为非常适合新手。…

C#处理html工具

C#处理html工具

 csdn下载的免费提供给大家。C#处理html工具.zip …

网页宽度自动适应手机屏幕宽度的方法

<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0,…

根据域名判断网址跳转

<script type="text/javascript"> var url = location.href; switch(url) {   case "http://ch…

图片超出固定高度后自动等比例缩小js

<script type="text/javascript">  window.onload=function(){     var myimg,oldwidth,oldheight;…

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。