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

📄 窗口自动最大化.txt

📁 网页特效的代码,在美化网页时有很大的作用
💻 TXT
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>网页特效</title>
</head>

<frameset rows="81,46,*,45" cols="*" framespacing="1" frameborder="yes" border="1" bordercolor="#00ff00">
  <frame src="top1.htm" name="topFrame1" scrolling="No" noresize="noresize" id="topFrame1" title="topFrame1" />
  <frame src="top2.htm" name="topFrame2" scrolling="No" noresize="noresize" id="topFrame2" title="topFrame2" />
  <frameset cols="200,*" framespacing="1" frameborder="yes" border="1" bordercolor="#00ff00">
    <frame src="left.htm" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
    <frame src="music.aspx" name="mainFrame" id="mainFrame" title="mainFrame" />
  </frameset>
  <frame src="bottom.aspx" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" />
</frameset>





<body>

</body>
</html>

⌨️ 快捷键说明

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