⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aa.html

📁 frameset 使用详细说明和参数详解 以及实现的小实例
💻 HTML
字号:


<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -