分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 运营维护

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

发布时间:2023-09-06 01:17责任编辑:熊小新关键词:暂无标签
<!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页面

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

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved