htmlHow to add music: 1. Use the "" statement; 2. Use "" statement; 3. Use the "" statement.
The operating environment of this tutorial: Windows 7 system, HTML5 version, Dell G3 computer.
1. Use HTML5
Example:
<!DOCTYPE HTML> <html> <body> <audio src="/i/horse.ogg" controls="controls"> Your browser does not support the audio element. </audio> </body> </html>
2. Use the