今天跟大家分享一下背景音乐代码(html背景音乐代码),以下是这个问题的总结,希望对你有帮助,让我们看一看。
From ZXW-NUDT body{text-align:center} html, body { width: 100%; height: 100%; margin: 0; padding: 0; border: 0; } div { margin: 0; padding: 0; border: 0; } .nav { position: absolute; top: 0; left: 0; width: 100%; height: 27px; background-color: white; color: black; text-align: center; line-height: 25px; } a { color: black; text-decoration: none; border-bottom: 1px dashed black; } a:hover { border-bottom: 1px solid red; } .previous { float: left; margin-left: 10px; } .next { float: right; margin-right: 10px; } .green { color: green; } .red { color: red; } textarea { width: 100%; height: 100%; border: 0; padding: 0; margin: 0; padding-bottom: 20px; } .block-outer { float: left; width: 22%; height: 100%; padding: 5px; border-left: 1px solid black; margin: 30px 3px 3px 3px; } .block-inner { height: 68%; } .one { border: 0; }
关于加上背景音乐的事情 假设和本html文件有个文件夹名字是music,文件夹下有个音频文件是music.mp3。那么代码应该为:
src是地址autoplay默认播放loop默认循环
更换背景应该是(反正我没试过):