简单的html 代码

来源:百度知道 编辑:UC知道 时间:2024/05/15 12:36:21
求一些简单的 html 代码
如 添加论坛播放器。。鼠标移到字体上会自动变换颜色。 显示IP等。
太长的添加不进去噢。

播放器
1.<embed height=60 src="url" autostart="false" width="宽度" height="高度" loop="循环次数"></embed>(循环次数为-1就表示无限循环)
2.<embed height=60 src="url" autostart="true" width="宽度" height="高度" loop="循环次数"></embed>

背景音乐
<bgsound src="url" loop="循环次数">(循环次数为-1就表示无限循环)