美文网首页
html5 audio标签

html5 audio标签

作者: 5a4982b9b5fe | 来源:发表于2016-11-17 15:46 被阅读0次

    1.作用

    播放视频

    2.格式

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

    </audio>

    或者

    <audio autoplay="autoplay" >

    <source src=".mp3" type="audio/mp3"></source>

    </audio>

    Wav ,mp3,ogg这三个版本

    3.注意点

    video能使用的属性在audio中大部分都能使用

    ,但是height,width,poster不能用

    相关文章

      网友评论

          本文标题:html5 audio标签

          本文链接:https://www.haomeiwen.com/subject/utwdpttx.html