html 4.01 frameset.html

来自「是一个很好的编辑器」· HTML 代码 · 共 20 行

HTML
20
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=windows-1250">
    <meta name="generator" content="PSPad editor, www.pspad.com">
    <title>
      Untitled
    </title>
  </head>
  <frameset cols="150,*" border="1">
  <frame name="menu" scrolling="no" noresize="noresize" src="xxx.html">
  <frame name="main" scrolling="auto" src="xxx.html">
  <noframes>
    <body>
    </body>
  </noframes>
  </frameset>
</html>

⌨️ 快捷键说明

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