source標籤作用是什麼?
html source標籤語法
作用:為媒介元素(例如
說明:
註解:
html source標籤 範例
<!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標籤作用是什麼的詳細內容。更多資訊請關注PHP中文網其他相關文章!