frames.html

来自「用struts开发的多个程序源代码」· HTML 代码 · 共 13 行

HTML
13
字号
<html>
<head>
</head>
<!--frameset rows="20%,80%">
<frame name=top src="top.html"> 
<frame name=bottom src="bottom.html"> 
</frameset-->
<frameset rows="20%,80%">
<frame name=a > 
<frame name=x src="bottom.html"> 
</frameset>
</html>

⌨️ 快捷键说明

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