HTML5期末大作业:旅游网站设计——桂林旅游(3页) HTML+CSS+JavaScript 期末作业HTML代码 学生网页课程设计期末作业下载 web网页设计制作成品

1.临近期末, 你还在为HTML网页设计结课作业,老师的作业要求感到头大?HTML网页作业无从下手? 网页要求的总数量太多?
2.没有合适的模板?等等一系列问题。你想要解决的问题,在这篇博文中基本都能满足你的需求~
3.原始HTML+CSS+JS页面设计, web大学生网页设计作业源码,这是一个不错的网页制作,画面精明,非常适合初学者学习使用。

作品介绍

1.网页作品简介 :HTML期末大学生网页设计作业 A+水平 ,喜欢的可以下载,文章页支持手机PC响应式布局。总共3个页面。

2.网页作品编辑:此作品为学生期末大作业网页设计题材,代码为简单学生水平 html+css 布局制作,作品下载后可使用任意HTML编辑软件(例如:DW、HBuilder、NotePAD 、Vscode 、Sublime 、Webstorm、 Notepad++ 等任意HTML软件编辑修改网页)。

3.网页作品布局:网页布局整体为响应式布局、LOGO、导航、主体内容布局。子页面多种布局,兴趣爱好内容使用图片列表布局,成绩页面插入了表格,联系我们使用图片对齐方式设置了左对齐。

4.网页作品技术:使用DIV+CSS制作网页, 背景图、音乐、视频、flash、鼠标经过及选中导航变色效果、下划线 、等。 表单提交、评论留言,并使用JavaScript制作了表单判断(提交时表单不能为空)。

文章目录

  • HTML5期末大作业:旅游网站设计——桂林旅游(3页) HTML+CSS+JavaScript 期末作业HTML代码 学生网页课程设计期末作业下载 web网页设计制作成品
  • 作品介绍
  • 一、作品展示
    • 1.首页
    • 2.旅游咨询
    • 3.机票订购
  • 二、文件目录
  • 三、代码实现
  • 四、web前端(学习资料)
  • 👇🏻👇🏻👇🏻更多源码👇🏻👇🏻👇🏻

一、作品展示

1.首页

2.旅游咨询

3.机票订购

二、文件目录

三、代码实现

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <link rel="stylesheet" href="basic.css">
    <link rel="stylesheet" href="style.css">
    <title>PC端网页布局</title>
</head>
<body>
    <header id="header">
        <div class="center">
            <h1 class="logo">桂林旅行社</h1>
            <nav class="link">
                <h1 class="none">网站导航</h1>
                <ul>
                    <li class="active"><a href="index.html">首页</li></a>
                    <li><a href="information.html">旅游资讯</li></a>
                    <li><a href="booking.html">机票订购</li></a>
                    <li><a href="#">风景欣赏</li></a>
                    <li><a href="#">公司简介</li></a>
                </ul>
            </nav>
        </div>
        
    </header>

    <div id="search">
        <div class="center"></div>
        <input type="text" class="search" placeholder="请输入景点或城市"></input>
        <button class="button">搜索</button>
    </div>
    <div id="tour">
        <section class="center">
            <h2>热门旅游</h2>
            <p>国内旅游、国外旅游各种旅游。。。</p>
        </section>
        <figure>
            <img src="./img/tour1.jpg" alt="">
            <figcaption><strong class="title">&lt;曼谷-芭提雅6日游&gt;</strong>抱团特惠,超丰富景点,升级1晚国五,五自费更赠送600元/成人自费卷</figcaption>
            <div class="info">
                <em class="sat">满意度 77%</em>
                <span class="price">¥ <strong>2864元</strong></span>
            </div>
            <div class="type">国内长线</div>
        </figure>
        <figure>
            <img src="./img/tour2.jpg" alt="">
            <figcaption><strong class="title">&lt;曼谷-芭提雅6日游&gt;</strong>抱团特惠,超丰富景点,升级1晚国五,五自费更赠送600元/成人自费卷</figcaption>
            <div class="info">
                <em class="sat">满意度 77%</em>
                <span class="price">¥ <strong>2864元</strong></span>
            </div>
            <div class="type">国内长线</div>
        </figure>
        <figure>
            <img src="./img/tour3.jpg" alt="">
            <figcaption><strong class="title">&lt;曼谷-芭提雅6日游&gt;</strong>抱团特惠,超丰富景点,升级1晚国五,五自费更赠送600元/成人自费卷</figcaption>
            <div class="info">
                <em class="sat">满意度 77%</em>
                <span class="price">¥ <strong>2864元</strong></span>
            </div>
            <div class="type">国内长线</div>
        </figure>
        <figure>
            <img src="./img/tour4.jpg" alt="">
            <figcaption><strong class="title">&lt;曼谷-芭提雅6日游&gt;</strong>抱团特惠,超丰富景点,升级1晚国五,五自费更赠送600元/成人自费卷</figcaption>
            <div class="info">
                <em class="sat">满意度 77%</em>
                <span class="price">¥ <strong>2864元</strong></span>
            </div>
            <div class="type">国内长线</div>
        </figure>
        <figure>
            <img src="./img/tour5.jpg" alt="">
            <figcaption><strong class="title">&lt;曼谷-芭提雅6日游&gt;</strong>抱团特惠,超丰富景点,升级1晚国五,五自费更赠送600元/成人自费卷</figcaption>
            <div class="info">
                <em class="sat">满意度 77%</em>
                <span class="price">¥ <strong>2864元</strong></span>
            </div>
            <div class="type">国内长线</div>
        </figure>
        <figure>
            <img src="./img/tour6.jpg" alt="">
            <figcaption><strong class="title">&lt;曼谷-芭提雅6日游&gt;</strong>抱团特惠,超丰富景点,升级1晚国五,五自费更赠送600元/成人自费卷</figcaption>
            <div class="info">
                <em class="sat">满意度 77%</em>
                <span class="price">¥ <strong>2864元</strong></span>
            </div>
            <div class="type">国内长线</div>
        </figure>
        <figure>
            <img src="./img/tour7.jpg" alt="">
            <figcaption><strong class="title">&lt;曼谷-芭提雅6日游&gt;</strong>抱团特惠,超丰富景点,升级1晚国五,五自费更赠送600元/成人自费卷</figcaption>
            <div class="info">
                <em class="sat">满意度 77%</em>
                <span class="price">¥ <strong>2864元</strong></span>
            </div>
            <div class="type">国内长线</div>
        </figure>
        <figure>
            <img src="./img/tour8.jpg" alt="">
            <figcaption><strong class="title">&lt;曼谷-芭提雅6日游&gt;</strong>抱团特惠,超丰富景点,升级1晚国五,五自费更赠送600元/成人自费卷</figcaption>
            <div class="info">
                <em class="sat">满意度 77%</em>
                <span class="price">¥ <strong>2864元</strong></span>
            </div>
            <div class="type">国内长线</div>
        </figure>
        <figure>
            <img src="./img/tour9.jpg" alt="">
            <figcaption><strong class="title">&lt;曼谷-芭提雅6日游&gt;</strong>抱团特惠,超丰富景点,升级1晚国五,五自费更赠送600元/成人自费卷</figcaption>
            <div class="info">
                <em class="sat">满意度 77%</em>
                <span class="price">¥ <strong>2864元</strong></span>
            </div>
            <div class="type">国内长线</div>
        </figure>
    </div>

    <footer id="footer">
        <div class="top">
            <div class="block left">
                <h2>合作伙伴</h2>
                <hr>
                <ul>
                    <li>途牛旅游网</li>
                    <li>驴妈妈旅游网</li>
                    <li>携程旅游</li>
                    <li>中国青年旅行社</li>
                </ul>
            </div>
            <div class="block center">
                <h2>旅游FAQ</h2>
                <hr>
                <ul>
                    <li>旅游合同签订有哪些?</li>
                    <li>儿童票有半价优惠吗?</li>
                </ul>
            </div>
            <div class="block right">
                <h2>联系方式</h2>
                <hr>
                <ul>
                    <li>微博: weibo/zzz</li>
                    <li>邮件: lhk2@163</li>
                    <li>地址: 广西桂林</li>
                </ul>
            </div>
        </div>
        <div class="bottom">Copyright © 桂林旅行社|桂ICP备19011111号|旅行社许可证:xxxxxxx</div>
    </footer>
</body>
</html>
<!-- https://gsnedders.html5/outliner/ 大纲算法验证网址 -->
<!-- body section nav 需要标题
div header 不需要标题 
nav 只放 ol ul元素
用display=none; 隐藏大纲文字,避免破坏网页布局
-->



四、web前端(学习资料)

web前端 零基础-入门到高级 (视频+源码+开发软件+学习资料+面试题) 一整套 (教程)
适合入门到高级的童鞋们入手~送1000套HTML+CSS+JavaScript模板网站


👇🏻👇🏻👇🏻更多源码👇🏻👇🏻👇🏻

更多推荐

HTML5期末大作业:旅游网站设计——桂林旅游(3页) HTML+CSS+JavaScrip