<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>广州商学院</title>
<link rel="stylesheet" type="text/css" href="177.css">
<base href="http://www.gzcc.cn/2016/images/" target="_blank">
</head>
<body>
<nav>
<img src="footer1-logo.png">
<a href="">学校概况</a>
<a href="">教学单位</a>
<a href="">管理服务</a>
<a href="">招生就业</a>
<a href="">国际教育</a>
<a href="">继续教育</a>
<a href="">党建工作</a>
<input type="text" name="search">
<button type="submit">搜索</button>
</nav>
<div>
<p>应用型</p>
<p class="textcyan">一校一园</p>
<p id="tt" >国际化</p>
<div/>
<p>欢迎来到<span style="background-color: yellow; font-size: 50px" ;>广州商学院</span></p>
<hr><br>
<div id="container" style="width: 400px">
<div id="header"
style="background-color: antiquewhite" ><h2 align="center" style="margin-bottom: 0">登录</h2></div>
<div id="content" style="background-color:aqua;height: 150px;width: 400px;float: left;">
用户名:<input type="text" name="username" placeholder="请输入用户名"><br>
密码: <input type="text" name="password" placeholder="请输入密码"><br>
<input type="radio" name="教师">教师 <input type="radio" name="学生">学生<br>
<input type="button" value="确定"> <input type="button" value="重置"><br>
</div>
<div id="footer" style="background-color: antiquewhite;clear:both;text-align: center;">版权_zsy</div>
</div>
</body>
</html>
p{
color:blue;
}
.textcyan{
color: cyan;
}
#tt {
background-color: hotpink;
}