👨🎓学生HTML静态网页基础水平制作👩🎓,页面排版干净简洁。使用HTML+CSS页面布局设计,web大学生网页设计作业源码,这是一个不错的旅游网页制作,画面精明,排版整洁,内容丰富,主题鲜明,非常适合初学者学习使用, 这个实例比较全面,有助于同学的学习,本文将介绍如何通过从头开始设计个人网站并将其转换为代码的过程来实践设计。
❤ 【作者主页——🔥获取更多优质源码】
❤ 【学习资料/简历模板/面试资料/ 网站设计与制作】
❤ 【web前端期末大作业——🔥🔥毕设项目精品实战案例】
一、👨🎓网站题目
🏫 校园网页设计 、学校班级网页制作、学校官网、小说书籍、等网站的设计与制作。
二、✍️网站描述
🏷️HTML静态网页设计作业使用dreamweaver制作,采用DIV+CSS布局,共有多个页面,首页使用CSS排版比较丰富,色彩鲜明有活力。顶部导航及底部区域背景色为100%宽度,主体内容区域宽度
🏅 一套优质的💯网页设计应该包含 (具体可根据个人要求而定)
- 页面分为页头、菜单导航栏(最好可下拉)、中间内容板块、页脚四大部分。
- 所有页面相互超链接,可到三级页面,有5-10个页面组成。
- 页面样式风格统一布局显示正常,不错乱,使用Div+Css技术。
- 菜单美观、醒目,二级菜单可正常弹出与跳转。
- 要有JS特效,如定时切换和手动切换图片轮播。
- 页面中有多媒体元素,如gif、视频、音乐,表单技术的使用。
- 页面清爽、美观、大方,不雷同。 。
- 不仅要能够把用户要求的内容呈现出来,还要满足布局良好、界面美观、配色优雅、表现形式多样等要求。
三、📚网站介绍
📔网站布局方面:计划采用目前主流的、能兼容各大主流浏览器、显示效果稳定的浮动网页布局结构。
📓网站程序方面:计划采用最新的网页编程语言HTML5+CSS3+JS程序语言完成网站的功能设计。并确保网站代码兼容目前市面上所有的主流浏览器,已达到打开后就能即时看到网站的效果。
📘网站素材方面:计划收集各大平台好看的图片素材,并精挑细选适合网页风格的图片,然后使用PS做出适合网页尺寸的图片。
📒网站文件方面:网站系统文件种类包含:html网页结构文件、css网页样式文件、js网页特效文件、images网页图片文件;
📙网页编辑方面:网页作品代码简单,可使用任意HTML编辑软件(如:Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++
等任意html编辑软件进行运行及修改编辑等操作)。
其中:
(1)📜html文件包含:其中index.html是首页、其他html为二级页面;
(2)📑 css文件包含:css全部页面样式,文字滚动, 图片放大等;
(3)📄 js文件包含:js实现动态轮播特效, 表单提交, 点击事件等等(个别网页中运用到js代码)。
四、🌐网站演示
五、⚙️ 网站代码
🧱HTML结构代码
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>首页</title>
<!-- 引入css -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/index.css">
<!-- 引入js文件 -->
<script src="js/js.js" type="text/javascript" ></script>
</head>
<body>
<!-- 顶部logo和搜索框 -->
<div id="topbox">
<img src="picture/dkzy-logo.png" alt="">
<!-- 右上搜索框 -->
<div id="inputright">
<input type="text" placeholder="请输入关键字搜索">
<img src="picture/search.png" alt="">
</div>
</div>
<!-- 导航栏 -->
<div id="title">
<ul>
<li>
<a href="">首页</a>
</li>
<li>
<a href="jianjie.html">学校概况</a>
</li>
<li>
<a href="xingzheng.html">机构设置</a>
</li>
<li>
<a href="">学科资质</a>
</li>
<li>
<a href="">招生就业</a>
</li>
<li>
<a href="">党建工作</a>
</li>
<li>
<a href="">校园文化</a>
</li>
<li>
<a href="">公共服务</a>
</li>
<li>
<a href="">新闻中心</a>
</li>
<li>
<a href="">信息公开</a>
</li>
<li>
<a href="">教务系统</a>
</li>
<li>
<a href="">继续教育</a>
</li>
</ul>
</div>
<!-- 轮播图 -->
<div>
<div id="boxhdp">
<ul id="img">
<li class="current">
<img src="picture/b1.jpg">
</li>
<li>
<img src="picture/b2.jpg">
</li>
<li>
<img src="picture/b3.jpg">
</li>
</ul>
<ul id="li">
<li class="on"></li>
<li></li>
<li></li>
</ul>
<div style="clear: both;"></div>
<div class="an" id="an">
<a href="javascript:;" id="prev">
<img src="picture/left.png" alt="">
</a>
<a href="javascript:;" id="next" class="an-a2">
<img src="picture/right.png" alt="">
</a>
</div>
</div>
<!-- 轮播图部分参数 -->
<script>
hdp({
li: "li", //默认值:li;默认用li包裹
boxid: "boxhdp", //最外面div id
imgid: "img", //图片外面id
optid: "li", //opt外面id
an: "an", //左右按钮id,用于移上显示和隐藏
prev: "prev", //左边箭头id
next: "next", //右边箭头id
ms: 2300 //多少毫秒切换一张,
})
</script>
</div>
<!-- 新闻公告模块 -->
<div id="main_msg">
<div id="main_msg_left">
<div id="msgtitle">
<div id="firstdiv">
<img src="picture/nes.png" alt="">
<p>学院要闻</p>
</div>
<div id="lastdiv">
<img src="picture/news2.png" alt="">
<p>综合信息</p>
</div>
<img id="more" src="picture/more.png" alt="">
</div>
<div id="xinwen_list">
<ul>
<li>
<p>共青团河南地矿职业学院第一次代表大会胜利召开</p>
<p>04-12</p>
</li>
<li>
<p>德艺部以“思政引领聚青心 用心服务显青情”第二期青马...</p>
<p>04-07</p>
</li>
<li>
<p>“我为同学做件事”爱心义剪服务活动</p>
<p>04-04</p>
</li>
<li>
<p>第四届“青春有你”校园歌手大赛圆满落幕</p>
<p>04-04</p>
</li>
<li>
<p>信息系“以青春之名,筑雄健之基”第二期青马工程班开...</p>
<p>04-02</p>
</li>
<li>
<p>永远跟党走 志愿耀青春——我校师生积极组织参与雷锋志...</p>
<p>04-02</p>
</li>
</ul>
</div>
</div>
<div id="main_msg_main">
<div id="msgtitle">
<div id="firstdiv">
<img src="picture/gonggao3.png" alt="">
<p>通知公告</p>
</div>
<div id="lastdiv">
<img src="picture/gongao2.png" alt="">
<p>学术动态</p>
</div>
<img id="more" src="picture/more.png" alt="">
</div>
<div id="xinwen_list">
<ul>
<li>
<p>河南地矿职业学院学术交流中心北配楼 综合布线项目</p>
<p>04-14</p>
</li>
<li>
<p>关于确认河南省职业院校教师素质提高计划2021年国家级..</p>
<p>04-12</p>
</li>
<li>
<p>河南地矿职业学院转发《关于开展“当好引路人,一起向...</p>
<p>04-09</p>
</li>
<li>
<p>河南地矿职业学院转发《2022年教科规划一般课题立项通...</p>
<p>03-26</p>
</li>
<li>
<p>河南地矿职业学院转发《关于开展2022年度科技成果奖评...</p>
<p>03-26</p>
</li>
<li>
<p>河南地矿职业学院转发《河南省教科规划办关于做好2022...</p>
<p>03-23</p>
</li>
</ul>
</div>
</div>
<div id="main_msg_right">
<div id="title_img">
<img src="picture/xx.jpg" alt="">
<div id="img_title">
<p>青年有理想有担当...</p>
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
</ul>
</div>
</div>
<div class="zhuanti_title">
<img src="picture/24.png" alt="">
<p>专题网页</p>
<img id="more" src="picture/more.png" alt="">
</div>
</div>
</div>
<div id="footer">
<div id="footer_box">
<img src="picture/download.png" alt="">
<div class="gongneng">
<img src="picture/mail.png" alt="">
<p>邮箱服务</p>
</div>
<div class="gongneng">
<img src="picture/jc-vpn.png" alt="">
<p>邮箱服务</p>
</div>
<div class="gongneng">
<img src="picture/mail.png" alt="">
<p>邮箱服务</p>
</div>
<div class="gongneng">
<img src="picture/jc-szzy.png" alt="">
<p>邮箱服务</p>
</div>
<div class="gongneng">
<img src="picture/jc-xnxy.png" alt="">
<p>邮箱服务</p>
</div>
<img id="lianjie" src="picture/lianjie.png" alt="">
<div id="youqinglianjie">
<a href="">河南省教育厅</a>
<a href="">河南省招生办公室</a>
<a href="">河南省国土资源厅</a>
<a href="">河南省地质矿产…</a><br>
<a href="">金伯利钻石</a>
<a href="">中国地大</a>
<a href="">武汉中国地大北京</a>
<a href="">校友会</a>
</div>
<div class="contur">
<img src="picture/weixin.png" alt="">
</div>
<div class="contur">
<img src="picture/weibo.png" alt="">
</div>
</div>
</div>
<div id="footerbanquan">
版权所有 COPYRIGHT © 2018
<a href=""> 河南地矿职业学院</a> 地址:郑州市白沙园区郑开大道与永继路交叉口向北1000米 豫ICP备17027763号-3
</div>
</body>
</html>
💒CSS样式代码
/* 轮播图样式 */
#boxhdp {
position: relative;
top: 0px;
width: 1500px;
height: 270px;
margin: 0 auto;
overflow: hidden;
position: relative;
font-size: 0px;
}
#img>li {
width: 100%;
float: left;
text-align: center;
display: none;
}
#img>li img {
width: 100%;
}
#img>.current {
display: block;
}
#li {
position: absolute;
left: 50%;
bottom: 15px;
margin-left: -35px;
}
#li>li {
width: 10px;
height: 10px;
background-color: #ccc;
border-radius: 50%;
margin-right: 5px;
float: left;
cursor: pointer;
}
#li>.on {
background-color: #f50;
}
#an {
display: none;
}
#an a {
position: absolute;
top: 50%;
width: 40px;
height: 46px;
background-color: rgba(0, 0, 0, 0.108);
line-height: 40px;
color: #fff;
}
#an a:hover {
background-color: rgba(0, 0, 0, 0.293);
}
#an .an-a2 {
right: 0;
}
#an img {
position: relative;
width: 30px;
left: 5px;
top: 7px;
}
/* 新闻公告样式 */
#main_msg {
padding-top: 20px;
width: 1340px;
margin: 0 auto;
display: flex;
}
#main_msg_left {
width: 460px;
}
#msgtitle {
width: 460px;
height: 43px;
border-bottom: 1px solid #F7561E;
position: relative;
display: flex;
}
#msgtitle div {
display: inline-block;
display: flex;
}
#msgtitle div img {
width: 20px;
height: 20px;
}
#firstdiv {
width: 140px;
background-color: #F7561E;
color: #fff;
line-height: 42px;
}
#firstdiv img {
position: relative;
top: 12px;
left: 20px;
}
#firstdiv p {
width: 100%;
text-align: center;
}
#lastdiv {
width: 140px;
background-color: #DDDDDD;
margin-left: 10px;
color: #4C4C4C;
line-height: 42px;
}
#lastdiv img {
position: relative;
top: 12px;
left: 20px;
}
#lastdiv p {
width: 100%;
text-align: center;
}
#more {
height: 14px;
position: absolute;
right: 0px;
bottom: 3px;
}
#xinwen_list {
width: 100%;
}
#xinwen_list ul {
width: 100%;
padding-top: 30px;
}
#xinwen_list ul li {
position: relative;
width: 100%;
display: flex;
height: 30px;
font-size: 14px;
color: #57575e;
}
#xinwen_list ul li:hover {
color: #F75666;
}
#xinwen_list ul li p:last-child {
position: absolute;
right: 0px;
}
#main_msg_main {
width: 460px;
margin-left: 50px;
}
#main_msg_right {
width: 315px;
margin-left: 50px;
position: relative;
}
#title_img {
width: 100%;
position: relative;
font-size: 0px;
}
#title_img img {
width: 100%;
height: 155px;
}
#img_title {
width: 100%;
position: absolute;
bottom: 0px;
height: 33px;
background-color: rgba(0, 0, 0, 0.476);
color: #fff;
line-height: 33px;
font-size: 14px;
}
#img_title p {
margin-left: 10px;
}
#img_title ul {
height: 29px;
padding-top: 2px;
padding-bottom: 2px;
position: absolute;
display: flex;
right: 20px;
bottom: 0px;
}
#img_title ul li {
color: black;
text-align: center;
line-height: 24px;
margin-top: 3px;
width: 24px;
height: 24px;
background-color: #fff;
margin-left: 5px;
}
#img_title ul li:hover {
background-color: #F7561E;
color: #fff;
}
.zhuanti_title {
position: relative;
width: 100%;
border-bottom: 1px solid #F7561E;
height: 25px;
padding-top: 10px;
padding-bottom: 10px;
display: flex;
line-height: 45px;
}
.zhuanti_title img:first-child {
position: relative;
width: 20px;
height: 20px;
top: 15px;
}
#footer {
width: 100%;
height: 95px;
background-color: #F7561E;
margin-top: 30px;
}
#footer_box {
width: 1340px;
margin: 0 auto;
height: 100%;
display: flex;
color: #fff;
}
.gongneng {
margin-top: 15px;
margin-left: 20px;
margin-right: 14px;
}
.gongneng:hover {
color: #CCCCCC;
}
#lianjie {
margin-left: 20px;
}
#youqinglianjie {
height: 100%;
line-height: 47px;
font-size: 14px;
color: #fff;
}
#youqinglianjie a {
color: #fff;
padding-left: 20px;
text-decoration: none;
}
.contur {
padding-top: 20px;
margin-left: 30px;
}
#footerbanquan {
width: 100%;
background-color: #353535;
color: #fff;
text-align: center;
font-size: 12px;
line-height: 24px;
}
#footerbanquan a {
color: #fff;
}
六、🥇 如何让学习不再盲目
第一、带着目标去学习,无论看书报课还是各种线下活动。
首先要明确自己的学习目标是什么,是想解决什么问题,实现怎样的目标。
第二、学习要建立个人知识体系
知识是学不完的,书籍是浩如烟海的。我们尽情徜徉其中的时候,千万不要被海水淹死,没有自我了。在学习过程中,我们会发现每一个知识点都是有她的边界和背景的,我们要善于归纳整理知识
第三、学到了就要用到
有时,我们一天下来感觉学到了很多干货,那么我们一定要将这些知识点和实际工作和生活联系起来。知识和实践相互联系靠拢。爱学习是一件好事,但只有会学习的人,才有价值。
七、🎁更多干货
1.如果我的博客对你有帮助、如果你喜欢我的博客内容,请 “👍点赞” “✍️评论” “💙收藏”
一键三连哦!
2.💗【👇🏻👇🏻👇🏻关注我| 💬获取更多源码 | 优质文章】
带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!
3.
以上内容技术相关问题💌欢迎一起交流学习👇🏻👇🏻👇🏻💬