当前位置: 首页 > 网络学院 > 网页制作基础教程 > WEB设计综合 > 添加背景音乐
To put background music on your site, copy the code below and replace MUSIC URL with the url of your
你可以通过复制下面的代码来添加背景音乐,将音乐文件的URL地址替换“MUSIC URL”,并将它粘贴到<body>标签中。
<embed src="MUSIC URL" loop="true" autostart="true" controls="smallconsole"> |
To give visitors the option of playing music, copy the code below, and replace MUSIC URL with the url of the music you want to play.
你可以通过复制下面的代码为访问者提供自主播放音乐的选项,将“MUSIC URL”改为需要播放的音乐的URL。
<a href="MUSIC URL">Play Music</a> |