技术【HTML】布局【Frameset】
无步骤
<!DOCTYPEhtml>
<htmllang="en">
<head>
<metacharset="UTF-8">
<title>后台管理系统框架</title>
</head>
<framesetrows="15%,*">
<framesrc="title.html">
<framesetcols="20%,*">
<framesrc="list.html">
<framesrc="https://www.baidu.com/"name="dispaly">
</frameset>
</frameset>
</html>
index.html
<!DOCTYPEhtml>
<htmllang="en">
<head>
<metacharset="UTF-8">
<title>List</title>
</head>
<body>
<ul>
<li><ahref="https://www.baidu.com/"target="dispaly">百度</a></li>
<li><ahref="https://www.taobao.com/"target="dispaly">淘宝</a></li>
<li><ahref="https://hao.360.com/"target="dispaly">360</a></li>
<li><ahref="https://www.sina.com.cn/"target="dispaly">新浪</a></li>
</ul>
</body>
</html>
title.html
<!DOCTYPEhtml>
<htmllang="en">
<head>
<metacharset="UTF-8">
<title>Title</title>
</head>
<body>
<h1>后台管理系统</h1>
</body>
</html>
title.html
-------------------------------------------------------------------------
如需转载,请注明文章出处和来源网址:http://www.divcss5.com/html/h56370.shtml