bookmain.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=gb2312">
<title>无标题文档</title>
</head>

<frameset rows="10%,80%,10%" cols="*" framespacing="0" frameborder="NO" border="0">
  <frame src="title.html" name="topFrame" scrolling="NO" noresize >
  <frameset cols="15%,*" frameborder="NO" border="0" framespacing="0">
    <frame src="menu.html" name="leftFrame" scrolling="NO">
    <frame src="welcome.html" name="mainFrame">
  </frameset>
  <frame src="bottom.html" name="bottomFrame" scrolling="NO" noresize>
</frameset>
<noframes><body>

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

⌨️ 快捷键说明

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