编辑代码:
查看结果 »
试一试 - ©
w3ii.com
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
audio
controls
>
<
source
src
="/html/horse.ogg"
type
="audio/ogg"
>
<
source
src
="/html/horse.mp3"
type
="audio/mpeg"
>
Your browser does not support the audio element.
<
/audio
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <audio controls> <source src="/html/horse.ogg" type="audio/ogg"> <source src="/html/horse.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> </body> </html>