1.main.html
<meta charset="utf-8"> <title>框架链接标志</title> <!--这里来建立浏览器框架--> <frameset cols="25%,*"> <frame src="menu.html" scrolling="no" name="Left"> <frame src="page1.html" scrolling="auto" name="Main"> <noframes> <p>对不起浏览器不支持框架</p> </noframes> </frameset>
<meta charset="utf-8"> <title>目录</title> <p><font color="yellow">目录</font> </p><p><a href="page1.html" target="Main">链接到第一页</a></p> <p><a href="page2.html" target="Main">链接到第二页</a></p>
3.page1.html
<meta charset="utf-8"> <p align="center"><font color="yellow">这是第一页1111111!</font></p>
<meta charset="utf-8"> <p align="center"><font color="black">这是第二页111111111!</font></p>
。來實現圖片跳轉具體的寫法我為這是百度的連結, name屬性是來標記一個標籤名字的,這個是不可缺少的。
框架標誌
1.
是用來在html中定義主文檔中各個框架的定義,它有兩個屬性一個rows用於行定位,一個cols用於列定位取值可以是百分比或星號。系統預設的是從左到右從上到下2.
3
以上就介紹了PHP(6)只記錄我的學習歷程 html(連結和框架標誌),包括了方面的內容,希望對PHP教程有興趣的朋友有所幫助。