• web前端设计与开发期末作品 旅游咨询网站 HTML5期末大作业 HTML+CSS旅游社网站5个页面 关于制作网页主题论述


    👨‍🎓静态网站的编写主要是用 HTML DⅣV+ CSSJS等来完成页面的排版设计👩‍🎓,一般的网页作业需要融入以下知识点:div布局、浮动定位、高级css、表格、表单及验证、js轮播图、音频视频Fash的应用、uli、下拉导航栏、鼠标划过效果等知识点,学生网页作业源码,制作水平和原创度都适合学习或交作业用,记得点赞。


    🏀 精彩专栏推荐👇🏻👇🏻👇🏻

    💝 【作者主页——🔥获取更多优质源码】
    💝 【web前端期末大作业——🔥🔥毕设项目精品实战案例(1000套)】


    一、网站题目👨‍🎓

    🚀 旅游景点介绍、旅游风景区、家乡介绍、等网站的设计与制作。


    二、网站描述✍️

    旅游景点介绍、旅游风景区是一个介绍简介、行政区划、地理环境、自然环境、教育事业、体育事业、旅游景点、城市荣誉等等。网站集中主要展示了的地方风土人情,并通过访客留言,增加游客的互动体验。同时,地方旅游网站里的每一个网页都采用了统一的设计风格,以加强城市整体面貌统一的宣传效果。最重要的是做出旅游网站独特的风格,更能吸引浏览者的眼球。


    三、网站介绍📖

    网站布局方面:计划采用目前主流的、能兼容各大主流浏览器、显示效果稳定的浮动网页布局结构。

    网站程序方面:计划采用最新的网页编程语言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代码)。


    四、网站效果🌐

    网站设计制作的重点是对网页整体设计的布局和对网页整体内容的选题。
    网站设计方面:计划实现简洁大气的网页设计效果。
    网站功能方面:计划实现各个页面之间的链接跳转功能、鼠标悬停在文字上的变色功能、简单的首页动态图片切换功能、简单的表单提交功能。

    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述


    五、网站代码制作部分 📕

    (1)网站首页布局确定好各个板块的内容,并使用了DIV+CSS布局。另外首页使用到的知识主要有图片插入、图片动态切换、导航条、利用CSS固定字体、文字大小、文字颜色、背景颜色。

    (2)页面使用了DIV+CSS布局,使用到的知识主要有图片插入、导航条、利用CSS固定字体、文字大小、文字颜色、背景颜色。

    (3)表单部分页面使用了DIV+CSS布局,使用到的知识主要有运用了form表单、input文本框和input提交按钮,完成表单信息收集。利用CSS设置input提交按钮文字大小和颜色。

    HTML结构代码🧱

    DOCTYPE html>
    <html lang="zh-cn">
    
    <head>
        <meta charset="UTF-8">
        <title>首页--旅游网站title>
        <link rel="stylesheet" href="css/style.css">
        <link rel="stylesheet" href="css/basic.css">
    head>
    
    <body>
        <header>
            <nav id="nav">
                <div id="logo"><img src="picture/logo.png" alt="">div>
                <ul>
                    <li class="active"><a href="">首页a>li>
                    <li><a href="informations.html">旅游资讯a>li>
                    <li><a href="ticket.html">机票订购a>li>
                    <li><a href="scenery.html">风景欣赏a>li>
                    <li><a href="about.html">公司简介a>li>
                ul>
            nav>
        header>
        <div class="search">
            <div class="center">div>
            <input class="input" type="text" placeholder="请输入陆游景点或城市">
            <div class="button">搜索div>
        div>
        <div class="tour">
            <section class="news">
                <h2>热门旅游h2>
                <p>国内旅游、国外旅游、自助旅游、自驾旅游、油轮签证、主题旅游等各种最新热门旅游推荐p>
            section>
            <figure>
                <img src="picture/tour1.jpg" alt="">
                <figcaption>
                    <strong class="title"> <曼谷-芭提雅6日游>strong> 包团特惠,超丰富景点,升级1晚国五,无自费,更赠送600元/成人自费券
                    <div class="info">
                        <em class="sat">满意度 77%em>
                        <span class="price"><strong>2864strong>span>
                    div>
                    <div class="type">国内长线div>
    
                figcaption>
            figure>
            <figure>
                <img src="picture/tour2.jpg" alt="">
                <figcaption>
                    <strong class="title"> <曼谷-芭提雅6日游>strong> 包团特惠,超丰富景点,升级1晚国五,无自费,更赠送600元/成人自费券
                    <div class="info">
                        <em class="sat">满意度 77%em>
                        <span class="price"><strong>2864strong>span>
                    div>
                    <div class="type">国内长线div>
    
                figcaption>
            figure>
            <figure>
                <img src="picture/tour3.jpg" alt="">
                <figcaption>
                    <strong class="title"> <曼谷-芭提雅6日游>strong> 包团特惠,超丰富景点,升级1晚国五,无自费,更赠送600元/成人自费券
                    <div class="info">
                        <em class="sat">满意度 77%em>
                        <span class="price"><strong>2864strong>span>
                    div>
                    <div class="type">国内长线div>
    
                figcaption>
            figure>
            <figure>
                <img src="picture/tour4.jpg" alt="">
                <figcaption>
                    <strong class="title"> <曼谷-芭提雅6日游>strong> 包团特惠,超丰富景点,升级1晚国五,无自费,更赠送600元/成人自费券
                    <div class="info">
                        <em class="sat">满意度 77%em>
                        <span class="price"><strong>2864strong>span>
                    div>
                    <div class="type">国内长线div>
    
                figcaption>
            figure>
            <figure>
                <img src="picture/tour5.jpg" alt="">
                <figcaption>
                    <strong class="title"> <曼谷-芭提雅6日游>strong> 包团特惠,超丰富景点,升级1晚国五,无自费,更赠送600元/成人自费券
                    <div class="info">
                        <em class="sat">满意度 77%em>
                        <span class="price"><strong>2864strong>span>
                    div>
                    <div class="type">国内长线div>
    
                figcaption>
            figure>
            <figure>
                <img src="picture/tour6.jpg" alt="">
                <figcaption>
                    <strong class="title"> <曼谷-芭提雅6日游>strong> 包团特惠,超丰富景点,升级1晚国五,无自费,更赠送600元/成人自费券
                    <div class="info">
                        <em class="sat">满意度 77%em>
                        <span class="price"><strong>2864strong>span>
                    div>
                    <div class="type">国内长线div>
    
                figcaption>
            figure>
            <figure>
                <img src="picture/tour7.jpg" alt="">
                <figcaption>
                    <strong class="title"> <曼谷-芭提雅6日游>strong> 包团特惠,超丰富景点,升级1晚国五,无自费,更赠送600元/成人自费券
                    <div class="info">
                        <em class="sat">满意度 77%em>
                        <span class="price"><strong>2864strong>span>
                    div>
                    <div class="type">国内长线div>
    
                figcaption>
            figure>
            <figure>
                <img src="picture/tour8.jpg" alt="">
                <figcaption>
                    <strong class="title"> <曼谷-芭提雅6日游>strong> 包团特惠,超丰富景点,升级1晚国五,无自费,更赠送600元/成人自费券
                    <div class="info">
                        <em class="sat">满意度 77%em>
                        <span class="price"><strong>2864strong>span>
                    div>
                    <div class="type">国内长线div>
    
                figcaption>
            figure>
            <figure>
                <img src="picture/tour9.jpg" alt="">
                <figcaption>
                    <strong class="title"> <曼谷-芭提雅6日游>strong> 包团特惠,超丰富景点,升级1晚国五,无自费,更赠送600元/成人自费券
                    <div class="info">
                        <em class="sat">满意度 77%em>
                        <span class="price"><strong>2864strong>span>
                    div>
                    <div class="type">国内长线div>
    
                figcaption>
            figure>
        div>
        <footer id="footer">
            <div class="top">
                <div class="block left">
                    <h3>合作伙伴h3>
                    <hr>
                    <ul>
                        <li>途牛旅游网li>
                        <li>驴妈妈旅游网li>
                        <li>携程旅游li>
                        <li>中国去青年旅行社li>
                    ul>
    
                div>
                <div class="block middle">
                    <h3>旅游FAQh3>
                    <hr>
                    <ul>
                        <li>旅游合同签订方式?li>
                        <li>儿童价是基于什么制定的?li>
                        <li>旅游的线路品质怎么界定的?li>
                        <li>单房差是什么?li>
                        <li>旅游保险有那些种类?li>
                    ul>
                div>
                <div class="block right">
                    <h3>联系方式h3>
                    <hr>
                    <ul>
                        <li>微博:***li>
                        <li>邮件:***li>
                        <li>地址:***li>
    
                    ul>
                div>
    
            div>
            <div class="bottom">Copyright © ***5div>
        footer>
    body>
    
    html>
    
    
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
    • 111
    • 112
    • 113
    • 114
    • 115
    • 116
    • 117
    • 118
    • 119
    • 120
    • 121
    • 122
    • 123
    • 124
    • 125
    • 126
    • 127
    • 128
    • 129
    • 130
    • 131
    • 132
    • 133
    • 134
    • 135
    • 136
    • 137
    • 138
    • 139
    • 140
    • 141
    • 142
    • 143
    • 144
    • 145
    • 146
    • 147
    • 148
    • 149
    • 150
    • 151
    • 152
    • 153
    • 154
    • 155
    • 156
    • 157
    • 158
    • 159
    • 160
    • 161
    • 162
    • 163
    • 164
    • 165
    • 166
    • 167
    • 168
    • 169
    • 170
    • 171
    • 172
    • 173
    • 174
    • 175
    • 176
    • 177
    • 178
    • 179
    • 180
    • 181
    • 182
    • 183
    • 184
    • 185
    • 186

    CSS样式代码🏡

    
    
    
    body,ul,ol,li ,h2,h3,p,hr,figure{
    	padding:0;
    	margin:0;
    }
    body {
        font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei UI","Microsoft YaHei",SimHei,"宋体",simsun,sans-serif;
    }
    ol,ul,li{
    	list-style: none;
    }
    a {
    	text-decoration: none;
    }
    input {
    	border:0;
    	padding:0;
    	margin:0;
    }
    header{
    	width:100%;
    	min-width: 1263px;
        height:70px;
        background: #333;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
        z-index: 999;
    }
    nav {
    	width:1263px;
    	margin:0 auto;
    	color:#fff;
    }
    nav #logo {
    	float:left;
    
    }
    nav ul{
    	float:right;
    	width:800px;
    	line-height: 70px;
    	text-align: center;
    }
    nav ul li{
    	float:left;
    	width:140px;
    
    }
    nav ul li a{
    	display: block;
    	color:  #eee;
    }
    nav ul li a:hover,.active a{
    	list-style: none;
    	display: block;
    	background:  #000;
    }
    
    #footer {
    	height:361px;
    	background: #222;
    	clear:both;
    }
    .top {
    	width:1263px;
    	margin:0 auto;
    	height:300px;
    	text-align: center;
    }
    .block {
    	display: inline-block;
    	width:410px;
    	height:280px;
    	text-align: left;
    	vertical-align: top;
    	color:#ccc;
    
    }
    .block h3{
    	font-weight: normal;
    	font-size: 24px;
    
    	margin:20px 0 10px 0;
    }
    .block hr{
    	border:1px dashed #333;
    	width:90%;
    }
    .block ul{
    	font-size: 18px;
    	line-height: 2.2;
    	color:#777;
    
    }
    .bottom {
    	height:60px;
    	background: #000;
    	color:#fff;
    	text-align: center;
    	line-height:60px;
    	border-top:1px solid #444;
    }
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104

    六、遇到问题及如何解决🔍

    实训中遇到得困难不少,比如如何收集适合网页的图片素材、如何让网页的配色看着更自然更舒适、如何用PS裁剪大小合适的图片、以及制作表单时候如何设计等等,最后,通过上网查询和请教别人得到了很好的解决。


    七、实训总结😊

    通过这次网页设计制作实训,能够灵活的运用到所学的知识和技巧制作简单的网页,掌握了个人网站建设的技巧和基本网站建设的过程。对于用Dreamweaver、vscode、hbuider等制作网页更为得心应手。实训过程中我尽量充分利用老师教过的知识,对所学知识进行了巩固。为了制作出更好的效果我也翻阅参考了其他资料,学习到了更多的网页处理技巧。制作网页的过程中遇到很多的问题,通过查找资料或询问同学都有得到解决。这次综合实训我的收获很大,学有所用,在实践的过程中学习巩固对知识能有更深的记忆。网页制作是一门很实用的学科,值得我以后进行更深入的学习。这次实训中我也体会到了自己掌握的技巧太少了,以至于很多想法都没能实现,在以后的学习过程中我要对网页制作有更深的了解,做出更为成熟的网页。


    八、更多干货🎁

    1.如果我的博客对你有帮助、如果你喜欢我的博客内容,请 “👍点赞” “✍️评论” “💙收藏” 一键三连哦!

    2.❤️【👇🏻👇🏻👇🏻关注我| 获取更多源码 | 优质文章】 带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!

    3.以上内容技术相关问题😈欢迎一起交流学习👇🏻👇🏻👇🏻🔥在这里插入图片描述

  • 相关阅读:
    搭建Gitlab
    SpringBoot 搭建基于 MinIO 的高性能存储服务
    学生邮箱白嫖/免费安装JetBrains全家桶(IDEA/pycharm等) —— 保姆级教程
    哈尔滨等保测评驱动下的智慧城市建设思考
    低代码开发平台好不好用?它能够开发哪些软件?
    (一)gitblit安装教程
    Kotlin笔记(二):标准函数,静态方法,延迟初始化,密封类
    IGS文件格式说明与下载方式- Renix atx ANTEX: The Antenna Exchange Format
    阿里云oss丨You have no right to access this object because of bucket acl.
    网络安全就业形势怎么样?
  • 原文地址:https://blog.csdn.net/qq_365392777/article/details/128011225