码迷,mamicode.com
首页 > Web开发 > 详细

web基础,用html元素制作web页面

时间:2017-10-13 20:18:37      阅读:238      评论:0      收藏:0      [点我收藏+]

标签:orm   html   width   clear   row   alice   alt   value   word   

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>广州商学院</title><br><div id="banner">
<div class="container">
<div class="row">
<div class="col-xs-12">
<img src="http://www.gzcc.cn/2016/images/banner.png">
</div>

 


</div>
</div>
</div>
</head>
<body>
<p></p>


<div id="container" style="width: 400px">
<div id="header" style="background-color: aquamarine"><h2 align="center" style="margin-bottom: 0;">登录</h2></div>

<div id="content" style="background-color: antiquewhite;height: 150px;width: 400px;float: left;">
<form action="">
学号:<input type="text" name="user"><br>
密码:<input type="password" name="password">
<br>
<input type="button" value="登陆">
<input type="button" value="注销">
</form>
</div>
<div id="footer" style="background-color: aliceblue;clear: both;text-align: center;">版权 ? duym</div>
</div>
<div id="container" style="width: 400px">


<div id="content" style="background-color: antiquewhite;height: 600px;width: 800px;float: left;">
<form action="">

<br><a class="list-group-item active" >
<h4 class="list-group-item-heading">
学校概况 </h4>
</a>

<a href="http://www.gzcc.cn/html/xygk/xueyuanjianjie/" class="list-group-item">
<h4 class="list-group-item-heading">
学校简介 </h4>
</a>

<a href="http://www.gzcc.cn/html/xygk/xrld/" class="list-group-item">
<h4 class="list-group-item-heading">
现任领导 </h4>
</a>

<a href="http://www.gzcc.cn/html/xygk/xhxx/" class="list-group-item">
<h4 class="list-group-item-heading">
校徽校训 </h4>
</a>

<a href="http://www.gzcc.cn/html/xygk/bxll/" class="list-group-item">
<h4 class="list-group-item-heading">
办学理念 </h4>
</a>

<a href="http://www.gzcc.cn/html/xygk/dsj/" class="list-group-item">
<h4 class="list-group-item-heading">
大 事 记 </h4>
</a>

<a href="http://www.gzcc.cn/html/xygk/xiaoyuanfengguang/" class="list-group-item">
<h4 class="list-group-item-heading">
画说校园 </h4>
</a>

<a href="http://www.gzcc.cn/quanjingxiaoyuan/tour.html" class="list-group-item">
<h4 class="list-group-item-heading">
全景校园 </h4>
</a>

</form>
</div>
<div id="footer" style="background-color: aliceblue;clear: both;text-align: center;">版权 ? duym</div>
</div>
<div class="col-sm-3 hidden-xs">
<div class="list-group">

</div>
</div>

<hr>

</body>

</html>

技术分享

web基础,用html元素制作web页面

标签:orm   html   width   clear   row   alice   alt   value   word   

原文地址:http://www.cnblogs.com/1031353319qq/p/7660361.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!