📄 build a simple frameset.snp
字号:
<!--Frames- A homepage in 2 horizontal sections where
the main page changes with a push of a button.
The key is the FRAMESET ROWS & FRAMESET COLS lines.
manipulating these two will give you different sizes
of sections by % of page.
The "buttons.html" should be the name of the page that
directs what is going to appear in the biggest section.
"main.html" is the page that you want to appear
first in that section until someone pushes a button
that changes it.-->
<FRAMESET ROWS="*,30%,70%">
<FRAME SCROLLING="no" NAME="_blank" NORESIZE SRC="buttons.html">
<FRAMESET COLS="100%,*">
<FRAME SCROLLING="no" NAME="_blank" SRC="buttons.html">
</FRAMESET>
<FRAME SCROLLING="yes" NAME="2window" NORESIZE SRC="main.html">
</FRAMESET>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -