用框架做的一个学院简介

初学网页设计,用框架做了一个简单的网页(-----------------------------好吧,其实是老师布置的作业奋斗

先上几张效果图:

 

 

先附上框架页的代码

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<frameset rows="115px,*" frameboder="no" border="0">
	<frame src="top.html" frameborder="no" scrolling="no" noresize />
	<frameset cols="395px, *">
    	<frame src="left.html" scrolling="no" noresize />
        <frame src="right.html" scrolling="auto" name="right" noresize />
    </frameset>
    
</frameset>

<noframes></noframes>

<body>
</body>
</html>


然后是左边框架的代码

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>导航页</title>
<link href="css/left.css"  rel="stylesheet" type="text/css" />
<base target="right" />
</head>

<body topmargin="0" rightmargin="0">
<center>
<div class="divDao" align="right">
<table border="0" >
	<tr>
    	<td> </td>
    </tr>
	<tr>
    	<td align="center"><a href="about.html">学院概况</a></td>
    </tr>
    <tr>
    	<td> </td>
    </tr>
    <tr>
    	<td align="center"><a href="leader.html">领导班子</a></td>
    </tr>
    <tr>
    	<td> </td>
    </tr>
    <tr>
    	<td align="center"><a href="office.html">机构设置</a></td>
    </tr>
    <tr>
    	<td> </td>
    </tr>
    <tr>
    	<td align="center"><a href="teacher.html">师资力量</a></td>
    </tr>
    <tr>
    	<td> </td>
    </tr>
    <tr>
    	<td> </td>
    </tr>
    <tr>
    	<td> </td>
    </tr>
    
</table>
</div>
</center>
</body>
</html>


其他的代码 ,请在这里下载

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值