องค์ประกอบ HTML
กำหนดความกว้างและความสูงในลักษณะที่โปรแกรมเล่นซ่อนอยู่ในหน้าเว็บ เพิ่มแอตทริบิวต์วนรอบเพื่อระบุว่าเสียงจะเริ่มใหม่อีกครั้งหรือไม่
คุณสามารถลองเรียกใช้โค้ดต่อไปนี้เพื่อเล่นไฟล์เสียงในหน้าเว็บในพื้นหลัง
ตัวอย่าง
<!DOCTYPE html> <html> <head> <title>HTML background music</title> </head> <body> <p>The music is running in the background.</p> <p>(Song: Kalimba which is provided as a Sample Music in Windows)</p> <embed src="/html/Kalimba.mp3" loop="true" autostart="true" width="2" height="0"> </body> </html>