📄 qlink.htm
字号:
<html>
<haed>
<head>
<title>强调连接-51windows.com</title>
<script language="javascript" type="text/javascript">
<!--
function link1Over()
{ link1.style.color="red"
link1.style.fontSize=36
}
function link1Out()
{ link1.style.color="black"
link1.style.fontSize=12
}
function link2Over()
{ link2.style.color="green"
link2.style.fontSize=36
}
function link2Out()
{ link2.style.color="black"
link2.style.fontSize=12
}
function link3Over()
{ link3.style.color="blue"
link3.style.fontSize=36
}
function link3Out()
{ link3.style.color="black"
link3.style.fontSize=12
}
-->
</script>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<style>
<!--
body { font-family: Verdana; font-size: 9pt; color: #000080 }
-->
</style>
</head>
<body>
<div align="center">
<form name="form1">
移动鼠标到任意一个连接上则可放大显示该超连接。
<p><a href="http://www.51js.com/forumdisplay.php?forumid=32" name="link1" onmouseover="link1Over()" onmouseout="link1Out()">超连接1</a><br>
<br>
<a href="http://www.51js.com/forumdisplay.php?forumid=32" name="link2" onmouseover="link2Over()" onmouseout="link2Out()">超连接2</a><br>
<br>
<a href="http://www.51js.com/forumdisplay.php?forumid=32" name="link3" onmouseover="link3Over()" onmouseout="link3Out()">超连接3</a></p>
</form>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -