6.htm

来自「JScript网页特效,包含很多的实现网页特效的方法.」· HTM 代码 · 共 36 行

HTM
36
字号
<html>
<head>
<title>第六章 密码特效</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
table {  font-family: "宋体"; font-size: 13px}
A:link {text-decoration: none; color: 000000}
A:visited {text-decoration: none; color: 000000}
A:active {text-decoration: color: ff0000}
A:hover {text-decoration: none; color: ff0000; font-weight: bold}
-->
</style>
</head>

<body bgcolor="#FFFFFF">
<table width="289" border="0" align="center">
  <tr align="center"> 
    <td width="0">&nbsp;</td>
    <td><b>第六章 密码特效</b><br>
      <br>
      <table width="280" border="0">
        <tr> 
          <td><a href="6/6-1.htm" target="_blank">§6.1 密码保护网页(一)</a><br>
            <a href="6/6-2.htm" target="_blank">§6.2 密码保护网页(二)</a><br>
            <a href="6/6-3.htm" target="_blank">§6.3 密码保护网页(三)</a><br>
            <a href="6/6-4.htm" target="_blank">§6.4 密码保护网页(四)</a><br>
            <a href="6/6-5.htm" target="_blank">§6.5 检查用户输入密码和用户名的合法性</a></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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