?? 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 + -