html audio標籤 語法
audio標籤的作用是什麼?
作用:
說明:可以在開始標籤和結束標籤之間放置文字內容,這樣舊的瀏覽器就可以顯示出不支援該標籤的資訊。
註解:
html audio標籤 範例
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <audio src="http://www.w3school.com.cn/i/horse.ogg" controls="controls"> Your browser does not support the audio element. </audio> </body> </html>
以上是audio標籤的作用是什麼的詳細內容。更多資訊請關注PHP中文網其他相關文章!