当前第2页 返回上一页
html source标签 示例
1 2 3 4 5 6 7 8 9 10 | <!DOCTYPE html>
< html >
< body >
< audio controls>
< source src = "http://www.php.cn/i/horse.ogg" type = "audio/ogg" >
< source src = "http://www.php.cn/i/horse.mp3" type = "audio/mpeg" >
Your browser does not support the audio element.
</ audio >
</ body >
</ html >
|
以上就是source标签作用是什么的详细内容,更多文章请关注木庄网络博客!
返回前面的内容
相关阅读 >>
html source标签怎么用
source标签作用是什么
html5 source type有什么用处?html5 source标签的详细介绍
更多相关阅读请进入《source标签》频道 >>
人民邮电出版社
本书对 Vue.js 3 技术细节的分析非常可靠,对于需要深入理解 Vue.js 3 的用户会有很大的帮助。——尤雨溪,Vue.js作者
转载请注明出处:木庄网络博客 » source标签作用是什么