家乡旅游景点网页作业制作 网页代码运用了DIV盒子的使用方法,如盒子的嵌套、浮动、margin、border、background等属性的使用,外部大盒子设定居中,内部左中右布局,下方横向浮动排列,大学学习的前端知识点和布局方式都有运用,CSS的代码量也很足、很细致,使用hover来完成过渡效果、鼠标滑过效果等,使用表格、表单补充模块,为方便新手学习页面中没有使用js有需要的可以自行添加。
1 网页简介:此作品为学生个人主页网页设计题材,HTML+CSS 布局制作,web前端期末大作业,大学生网页设计作业源码,这是一个不错的网页制作,画面精明,代码为简单学生水平, 非常适合初学者学习使用。
2.网页编辑:网页作品代码简单,可使用任意HTML编辑软件(如:Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++ 等任意html编辑软件进行运行及修改编辑等操作)。
3.知识应用:技术方面主要应用了网页知识中的: Div+CSS、鼠标滑过特效、Table、导航栏效果、Banner、表单、二级三级页面等,视频、 音频元素 、Flash,同时设计了Logo(源文件)所需的知识点。
代码如下(示例):以下仅展示部分代码供参考~
DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<head>
<link href="css/my_style.css" rel="stylesheet" media="all" type="text/css" />
<title>梧州title>
head>
<body>
<img src="images/logo2.jpg" width="100">
<div class="content">
<div class="banner" id="banner"> <img src="images/banner.jpg" width="100%" alt=""> div>
<div class="menu">
<ul class="center">
<li><a href="index.html">主页a>li>
<li><a href="about.html">介绍a>li>
<li><a href="dishes.html">美食a>li>
<li><a href="landmark.html">地标a>li>
ul>
div>
<div class="bar">
<h2>梧州介绍h2>
div>
<div class="cs">
<div class="v"> <img src="images/a.jpg" width="100%" /> div>
<div class="bs">梧州,广西壮族自治区辖地级市,位于广西东部,扼浔江、桂江、西江总汇,自古以来便被称作“三江总汇”,是广西东大门,中国西部大开发十二个省中最靠近粤港澳的城市,东邻封开县、郁南县,东南与罗定接壤,南接容县、信宜,西连平南县,北通昭平县、荔浦市,东北与贺州相接,西北与金秀县毗邻。2015年,辖3个区、3个县、1个县级市,全境东西距115千米,南北长196千米,总面积12588平方千米。根据第七次人口普查数据,截至2020年11月1日零时,梧州市常住人口为2820977人。
<br>
梧州是古苍梧郡、古广信县所在地,是粤语的发源地,岭南文化发源地之一。有“绿城水都” 、“百年商埠” 、“世界人工宝石之都” 之美称。是国家森林城市 、国家园林城市、全国双拥模范城市 、中国优秀旅游城市。汉高后五年(公元前183年),赵光在此地建苍梧王城,这是梧州建城之始。至今已有2200多年建城史,先后诞生了陈钦、士燮、袁崇焕、李济深、梁羽生、高伯龙等杰出人物。
<br>
梧州以广府文化为代表的岭南文化在梧州绵延传承,广府文化元素在梧州随处可见,粤剧、粤语、粤菜和狮舞、赛龙舟就是典型代表。梧州是六堡茶、龟苓膏的原产地。梧州的代表特产有六堡茶、龟苓膏、纸包鸡、冰泉豆浆、岑溪古典鸡、上汤河粉、梧州腊肠、岑溪红。
div>
div>
<div class="clear">div>
<div class="mar">
<marquee onMouseOut="this.start()" onMouseOver="this.stop()">
<img src="images/1.jpg" width="200" height="140">
<img src="images/2.jpg" width="200" height="140">
<img src="images/3.jpg" width="200" height="140">
<img src="images/v1.jpg" width="200" height="140">
<img src="images/v2.jpg" width="200" height="140">
<img src="images/v3.jpg" width="200" height="140">
<img src="images/v4.jpg" width="200" height="140">
marquee>
div>
div>
<div class="end">
<p>xxx版权所有p>
div>
body>
html>
@charset "utf-8";
/* CSS Document */
ul,li,h1,h2,h3,p {
padding: 0;
margin: 0;
list-style: none
}
a {
text-decoration: none;
color: #000
}
html {
background:url(../images/bg1.jpg);
background-size: contain;
}
body {
width: 1200px;
margin: 0px auto;
line-height: 21px;
}
.clear {
clear: both
}
.menu li {
list-style: none
}
.banner {
position: relative
}
.banner img {
display:block;
}
.more{ background:#666699; color:#fff; display:inline-block; padding:0 15px; margin-top:10px;}
.menu {
background:#004080;
clear: both;
height: 60px;
width: 100%;
}
.menu li a {
color: #fff;
display: block
}
.menu li {
text-align: center;
display: inline-block;
line-height:60px;
float: left;
width: 25%;
text-align: center;
font-size: 24px;
}
.content {
font-size: 14px;
width: 100%
}
.index {
font-size: 18px;
line-height: 32px;
height: 190px;
float: left;
width: 96%;
padding: 2%
}
.mr {
background: #d06855;
display: inline-block;
padding: 10px 30px;
color: #fff;
margin-top: 20px;
}
.end {
clear: both;
background:#004080;
color: #fff;
padding:10px 0;
font-size: 16px;
text-align: center;
}
.pad {
padding: 20px 70px;
display: block
}
.main {
margin: 20px 40px;
color:#FFF;
}
.cs {
margin: 30px 40px;
font-size: 16px;
line-height: 30px
}
.index img {
margin-right: 50px
}
.index h3 {
font-size: 24px;
margin-bottom: 20px; font-weight:normal
}
.index{ margin:10px 0}
.index .fr {
margin-right: 0;
margin-left: 20px
}
.cs {
position: relative
}
.cs .v {
position: absolute; right:0; top:0; width:450px;
}
.cs .bs {
color: #fff;
margin-right: 450px;
background:#CC9966;
padding: 15px;
}
.mar{ padding:20px}
.fl {
float: left
}
.fr {
float: right
}
.forma {
display: block;
width: 600px;
margin: 50px auto;
font-size: 18px;
padding: 0 0px;
padding-bottom: 0px;
}
.forma .input {
margin-top: 20px;
}
.es {
padding: 25px;
height: 50px;
vertical-align: middle;
width: 30px
}
.forma .input span {
vertical-align: top;
font-size: 20px;
margin-right: 20px;
display: inline-block;
text-align: left;
height: 50px;
line-height: 50px;
display: block;
}
.forma .input .phone {
width: 100%;
font-size: 15px;
height: 40px;
line-height: 40px;
background: #eee; border:#999 solid 1px;
text-indent: 20px;
padding: 0 0px;
}
.btn {
background:#FF6633;
color: #fff;
width: 100%;
line-height: 50px;
font-size: 18px;
border: none;
margin-top: 30px;
}
.banner {
position: relative;
clear: both
}
.bar {
background:#f6f6f6
}
.bar h2 {
height: 70px;
position: relative;
line-height: 68px;
padding:0 30px;
font-size: 24px;
font-weight: normal
}
.info {
line-height: 30px
}
.news {
width: 1100px;
margin: 0 auto;
font-size:18px;
line-height:32px
}.news img{ display:inline-block}
.about {
margin:30px;
}
.about .word {
float:left;
width:70%;
font-size:15px;
line-height:30px;
color:#FFF;
}
.about .pic {
float:right;
width:25%;
}
.about .pic img {
width:100%;
display:block;
}
.tab_nr {
width:100%; color:#FFF;
}
.tab_nr img {
max-width:100%;
display:block;
height:245px;
}
.tab_nr h3 {
color:#6FF;
font-size:18px;
margin:10px 0;
}
.tab_nr span {
font-weight:bold;
font-size:16px;
color:#FF6;
margin-top:10px;
display:block;
}
.tab_nr th {
font-size:20px;
padding:20px 0;
background:#ccc;
}
一套合格的网页应该包含(具体可根据个人要求而定)
1.如果我的博客对你有帮助、如果你喜欢我的博客内容,请 “👍点赞” “✍️评论” “💙收藏”
一键三连哦!
2.❤️【👇🏻👇🏻👇🏻关注我| 获取更多源码 | 优质文章】
带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!
3.以上内容技术相关问题😈欢迎一起交流学习👇🏻👇🏻👇🏻🔥