aa.html

来自「frameset 使用详细说明和参数详解 以及实现的小实例」· HTML 代码 · 共 17 行

HTML
17
字号


<html>
<head>
<title>框架结构</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<frameset rows="53,*" cols="*" framespacing="10" frameborder="yes" border="0">
 <frame src="ba.html" name="leftFrame" scrolling="NO" noresize>
 <frameset  cols="20%,*" framespacing="5" frameborder="yes" border="0">
     <frame src="host.html" name="leftFrame" scrolling="NO" noresize>
     <frame src="ca.html" name="rightFrame" scrolling="NO" noresize>
  </frameset>
 <!--frame src="ca.html" name="topFrame" scrolling="NO" noresize-->
</frameset>
</html>

⌨️ 快捷键说明

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