文章出處
文章列表
1 <DOCTYPE html> 2 <html> 3 <meta http-equiv="Content-Type" content="text/html" charset="utf-8"/> 4 <head> 5 6 <title>HTML框架</title> 7 </head> 8 9 <frameset cols="30%,70%"> 10 <frame src="table布局.html"> 11 <frame src="div布局.html"> 12 </frameset> 13 <noframes> 14 <body> 15 <p> 通過使用框架,你可以在一個瀏覽器窗口中,顯示不止一個頁面</p> 16 </body> 17 </noframes> 18 </html>
重要提示:不能將 <body></body> 標簽與 <frameset></frameset> 標簽同時使用!不過,假如你添加包含一段文本的 <noframes> 標簽,就必須將這段文字嵌套于 <body></body> 標簽內。
文章列表
全站熱搜