webframe.html

来自「Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器」· HTML 代码 · 共 15 行

HTML
15
字号
<html>
<frameset cols="300,*" framespacing="1" border="1" frameborder="1">
  <frameset rows="30,*" framespacing="1" border="0" frameborder="0" >
    <frame name="ltop" target="lbottom" scrolling="no" src="webnav.html">
    <frame name="lbottom" src="webtoc.html" target="body">
  </frameset>
  <!--DXMETADATA start type="DefaultTopic" format="<frame name=body target=body src=%%DefaultTopic%%>" BlankFormat="<frame name=body target=body>" --><frame name=body target=body src=cEdit.html><!--DXMETADATA end -->
</frameset>
<noframes>
<body>

<p>This page uses frames, but your browser doesn't support them.</p>

</noframes>
</body></html>

⌨️ 快捷键说明

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