2-10.htm

来自「《动态网页设计基础教程》,胡杰,科学出版社」· HTM 代码 · 共 18 行

HTM
18
字号
<html>
<head>
<title>框架主页</title>
</head>
<frameset cols="150,*">
  <frame name="left" scrolling="auto" noresize target="rtop" src="LeftMenu.asp">
  <frameset rows="23%,*">
    <frame name="rtop" target="rbottom" src="TopMenu.HTM">
    <frame name="rbottom" src="EvNote.htm" target="rbottom">
  </frameset>
  <noframes>
  <body>
  <p>此网页使用了框架,但您的浏览器不支持框架。</p>
  </body>
  </noframes>
</frameset>
</html>

⌨️ 快捷键说明

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