contents.htm

来自「一部非常好的javaScript教程」· HTM 代码 · 共 35 行

HTM
35
字号
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK REL ="stylesheet" TYPE = "text/css" HREF = "../contents.css">
<LINK REL ="stylesheet" TYPE = "text/css" HREF = "../list.css">
</head>

<body bgcolor="#F0F8FF" onLoad="">
<table width="200" border="0" height="240">
  <tr> 
        <td width="99%"> 
          
      <ul>
        <li><a href="Section1/6.1.htm" target="mainFrame">Form对象</a> 
          <p> 
        <li><a href="Section2/6.2.HTM" target="mainFrame">文本型表单控件</a> 
          <p> 
        <li><a href="Section3/6.3.htm" target="mainFrame">单选框与复选框</a> 
          <p> 
        <li><a href="Section4/6.4.htm" target="mainFrame">按钮对象</a> 
          <p> 
        <li><a href="Section5/6.5.htm" target="mainFrame">选项菜单</a> 
          <p> 
        <li><a href="Section6/6.6.htm" target="mainFrame">隐藏字段与cookie</a> 
      </ul>
        </td>
       
    <td width="1%" bgcolor="#CCCCFF">&nbsp;</td>
      </tr>
    </table>
<br><a href="../index.htm" target="_top"><img src="../rollover1.gif" width="150" height="40" border="0"></a> 
</body> 
</html> 

⌨️ 快捷键说明

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