<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>为网页设置背景音乐</title>
<style type="text/css">
<!--
body {
 margin-top: 0px;
 margin-bottom: 0px;
}
-->
</style></head>
<body>
<bgsound src="py.MP3" loop="-1">  //导入一个音频文件
<table width="775" height="741" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="775" height="433" background="ht_2.jpg">&nbsp;</td>
  </tr>
</table>
</body>
</html>

相关文章:

  • 2021-08-22
  • 2022-12-23
  • 2022-12-23
  • 2022-03-05
  • 2021-10-27
  • 2021-07-10
  • 2021-11-07
  • 2021-12-28
猜你喜欢
  • 2022-02-27
  • 2021-05-30
  • 2022-12-23
  • 2022-12-23
  • 2021-05-20
相关资源
相似解决方案