为网页设置背景音乐

<!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>

posted on 2009-07-29 13:43  ミ咯咯①笑。  阅读(171)  评论(0编辑  收藏  举报

导航