HTML5 - frameset框架集
生活随笔
收集整理的這篇文章主要介紹了
HTML5 - frameset框架集
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
frameset框架集
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>frameset框架集</title></head><frameset rows="30%,*"><frame src="test01.html" /><frame src="test02.html" /></frameset> </html> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>frameset框架集</title></head><frameset rows="30%,*" frameborder="yes"><frame src="http://www.baidu.com" noresize="noresize" name="topFrame"/><frameset cols="50%,*"><frame src="http://www.qq.com" scrolling="no" name="leftFrame" /><frame src="http://www.163.com" name="rightFrame"/></frameset></frameset> </html> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Insert title here</title></head><frameset rows="30%,*"><frame src="top.html" /><frameset cols="30%,*"> <frame src="left.html"/><frame src="right.html" name="rightFrame"/></frameset></frameset> </html>內嵌框架iframe
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>內嵌框架iframe</title> </head> <body><div id="container" style="width:500px; margin:0 auto;"><div id="header"><iframe src="top.html" frameborder="0" scrolling="no"></iframe></div><div id="center"><ul type="square"><li>CS</li><li>激光</li><li>斗地主</li><li>魔獸爭霸</li></ul><ul type="square"><li>CS</li><li>激光</li><li>斗地主</li><li>魔獸爭霸</li></ul><ul type="square"><li>CS</li><li>激光</li><li>斗地主</li><li>魔獸爭霸</li></ul><ul type="square"><li>CS</li><li>激光</li><li>斗地主</li><li>魔獸爭霸</li></ul><ul type="square"><li>CS</li><li>激光</li><li>斗地主</li><li>魔獸爭霸</li></ul></div><div id="footer"><iframe src="test01.html" frameborder="0" scrolling="no"></iframe></div></div> </body> </html>總結
以上是生活随笔為你收集整理的HTML5 - frameset框架集的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 职场霸凌,已经这么猖獗了?
- 下一篇: 麒麟linux恢复bin,(麒麟教学)关