frame.htmȦ
来自「一些jsp源代码 内含完整jsp程序 希望大家喜欢!!!!!!!!!!!!!」· HTMȦ 代码 · 共 22 行
HTMȦ
22 行
实例: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 + =
减小字号Ctrl + -
显示快捷键?