source标签作用是什么


当前第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标签》频道 >>




打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...