contents.htm

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

HTM
31
字号
<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/4.1.htm" target="mainFrame">浏览器对象简介</a> 
          <p> 
        <li><a href="Section2/4.2.htm" target="mainFrame">document对象的属性</a> 
          <p> 
        <li><a href="Section3/4.3.htm" target="mainFrame">document对象的事件</a> 
          <p> 
        <li><a href="Section4/4.4.htm" target="mainFrame">document对象的方法</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 + -
显示快捷键?