?? frame.htm?
字號:
實例:frame.htm源代碼
001 <html>
002 <head>
003 <title>窗口框架標識實例</title>
004 </head>
005 <frameset rows="170,*">
006 <frame name="banner" bordercolor="red" scrolling="no"
007 noresize target="contents" src="1.htm">
008 <frameset cols="350,*" bgcolor="red">
009 <frame name="contents" bordercolor="red"
010 target="main" src="2.htm">
011 <frame name="main" bordercolor="red" frameborder="1"
012 marginheight="50" marginwidth="50" scrolling="auto" src="3.htm">
013 </frameset>
014 <noframes>
015 <body>
016 <p>此網頁使用了框架,但您的瀏覽器不支持框架。</p>
017 </body>
018 </noframes>
019 </frameset>
020 </html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -