⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dancingtext.html

📁 java脚本即用特效源码从入门到精通帮你渡过难关
💻 HTML
字号:
<html>
<head>
<title>会跳舞的文字</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<SCRIPT LANGUAGE="JavaScript">

<!--//
function initArray() {
for (var i = 0; i < initArray.arguments.length; i++) {
this[i] = initArray.arguments[i];
}
this.length = initArray.arguments.length;
}
var colors = new initArray(
"#ffffff",
"yellow",
"green",
"purple",
"black",
"tan",
"red");
delay = 0.5; // 单位:秒
link = 0;
vlink = 2;
function linkDance() {
link = (link+1)%colors.length;
vlink = (vlink+1)%colors.length;
document.linkColor = colors[link];
document.vlinkColor = colors[vlink];
setTimeout("linkDance()",delay*1000);
}
linkDance();
//-->
</script>
<link rel="stylesheet" href="../style.css">
</head>

<body bgcolor="#004080" text="#FFFFFF">
<p>&nbsp;</p>
<div align="center">
<p><font size="5">会跳舞的文字</font> <font size="3">(IE4以上版本)</font></p>

  
</div>
<p align="center"><font size="5" ><a href="www.sstp.com.cn">在网页上跳舞的文字</a></font></p>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -