• 仿英雄联盟网页HTML代码 学生网页设计与制作期末作业下载 大学生网页设计与制作成品下载 DW游戏介绍网页作业代码下载


    🎉精彩专栏推荐👇🏻👇🏻👇🏻
    ✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主
    💂 作者主页: 【主页——🚀获取更多优质源码】
    🎓 web前端期末大作业: 【📚毕设项目精品实战案例 (1000套) 】
    🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (110套) 】
    🌎超炫酷的Echarts大屏可视化源码:【🔰 echarts大屏展示大数据平台可视化(150套) 】
    🎁 免费且实用的WEB前端学习指南: 【📂web前端零基础到高级学习视频教程 120G干货分享】
    🥇 关于作者: 历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 💪坚持原创,热衷分享,初心未改,继往开来!



    一、👨‍🎓网站题目

    🎮游戏官网、⛹️游戏网站、🕹️电竞游戏、🎴游戏介绍、等网站的设计与制作。


    二、✍️网站描述

    ⭐ 网页中包含:Div+CSS、鼠标滑过特效、Table、导航栏效果、banner、表单、二级三级页面等,视频音频元素,同时设计了logo(源文件),基本期末作业所需的知识点全覆盖。

    🏅 一套A+的网页应该包含 (具体可根据个人要求而定)

    1. 页面分为页头、菜单导航栏(最好可下拉)、中间内容板块、页脚四大部分。
    2. 所有页面相互超链接,可到三级页面,有5-10个页面组成。
    3. 页面样式风格统一布局显示正常,不错乱,使用Div+Css技术。
    4. 菜单美观、醒目,二级菜单可正常弹出与跳转。
    5. 要有JS特效,如定时切换和手动切换图片轮播。
    6. 页面中有多媒体元素,如gif、视频、音乐,表单技术的使用。。
    7. 页面清爽、美观、大方,不雷同。 。
    8. 不仅要能够把用户要求的内容呈现出来,还要满足布局良好、界面美观、配色优雅、表现形式多样等要求。

    三、📚网站介绍

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

    📓网站程序方面:计划采用最新的网页编程语言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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>英雄联盟title>
    <link href="css/style.css" rel="stylesheet" type="text/css" />
    head>
    
    <body>
    
    
    <div class="top">
    <a href="index.html"><img  src="images/logo.jpg" />a> 
    div>
    
    <div class="daohang">
    <div id="nav">
    <ul>
    <li><a href="index.html">首页a>li>
    <li><a href="jianjie.html">LOL简介a>li>
    <li><a href="yingxiong.html">经典英雄a>li>
    <li><a href="lianxi.html">联系我们a>li>
    <li><a href="huiyuan.html">会员登录a>li>
    ul>
    div>
    div>
    
    
    <div class="box" id="box">
        <div class="inner">
            
            <ul>
                <li><a href="#"><img  src="images/banner1.jpg" alt="">a>li>
                <li><a href="#"><img  src="images/banner2.jpg" alt="">a>li>
                <li><a href="#"><img src="images/banner3.jpg" alt="">a>li>
          
            ul>
     
            <ol class="bar">
     
            ol>
            
            <div id="arr">
                        <span id="left">
                            <
                        span>
                <span id="right">
                            >
                        span>
            div>
     
        div>
    div>
    <script type="text/javascript" src="js/banner.js">script>
    
    
    
    <div class="main">
    <div class="sleft">
    <div class="stitle">
    
    <p>英雄联盟简介p>
    div>
    <img src="images/left-img.jpg" />
    div>
    <div class="sright">
    <div class="sbox1">
    <div class="wen">
    <h1>游戏背景h1>
    <p>  近200年来的战争和纷争导致魔法滥用,英雄们打造出大部分魔法物品率领部队厮杀。从未考虑过无止境的滥用魔法会给这片大陆的环境带来怎么样的灾难。人们终于意识到世界已经承受不起符文之战的破坏。为了回应世界上不断恶化的政治和经济危机,瓦罗兰的大法师们达成共识,他们成立了一个叫英雄联盟的组织,英雄联盟决定所有的纷争和争斗都必须通过设立在瓦罗兰各地的竞技场来处理。这些英雄们带领着小兵进行战斗,这些小兵由水晶枢纽制造。它们也将在竞技场内中和英雄们一起战斗,达成任务目标获取胜利。而胜利条件是摧毁对方的水晶枢纽或对方主动投降。p>
    div>
    <img src="images/ri01.jpg" />
    div>
    <div class="sbox2">
    <img src="images/ri02.jpg" />
    <div class="wen">
    <h1>地图资料h1>
    <p>游戏中目前拥有4个地图,它们分别是召唤师峡谷(新版)、扭曲丛林、水晶之痕、嚎哭深渊。召唤师峡谷:瓦罗兰大陆最古老的战场,继承了DotA地图的主要特征,整体为魔幻森林风格,色调以绿色为主。地图左下角和右上角各1个基地之间有3条线路(各包含6座防御塔,每边3座)相连,兵线之间以野区相隔,又有一条河道从左上连至右下,最终野区被分区为4个部分,野区内生活着各种中立生物。整个地图大致呈中心对称。可容纳每边最多5名英雄。p>
    div>
    div>
    
    div>
    
    div>
    
    
    
    <div class="bottom">
    <div class=" daoh">
    <ul>
    <li><a href="index.html">首页a>li>
    <li><a href="jianjie.html">LOL简介a>li>
    <li><a href="yingxiong.html">经典英雄a>li>
    <li><a href="lianxi.html">联系我们a>li>
    <li><a href="huiyuan.html">会员登录a>li>
    ul>
    div>
    <img src="images/logo2.jpg" />
    div>
    
    
    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

    💒CSS样式代码

    @charset "utf-8";
    /* CSS Document */
    
    body{ margin:0 auto; font-size:12px; font-family: "宋体",arial; line-height:22px;   }
    
    
    div,p,input,ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{ height:auto; margin:0;; padding:0; vertical-align:middle ;}
    
    li{ list-style:none;}
    
    a{ text-decoration:none;}
    
    .ul{ list-style:none;}
    
    .divclear{ clear:both;}
    
    img{ border:0; margin:0; padding:0;}
    
     a{color:#333;}
    
     a:link{ color:#333;}
    
     a:hover {color:#629705;text-decoration:none;overflow:hidden;}
    
    /*---网页开始-----*/
    /*---top开始-----*/
    .top{ height: 110px;width: 1366px;margin: 0 auto;  text-align:center; }
    .ban{ height: 224px;
    width: 1366px;
    margin: 0 auto;
    margin-bottom:10px;}
    
    /*---top结束-----*/
    /*---导航----*/
    .daohang{width: 1366px; height: 50px;   margin: 0 auto; background: #000000;}
    #nav{ width:1170px; height:50px; line-height:50px; font-family:"微软雅黑"; margin:0 auto; }
    
    #nav ul{  margin:0 auto; }
    
    #nav li{float: left;
    width:230px;
    text-align: center;
    color: #FFF;
    }
    
    #nav a{width:230px;height:50px; display:block; font-size:24px;  float:left; color:#ebba20; text-align:center;}
    .box {
    	width: 1366px;
    	height:400px;
    	margin:0 auto;
    	margin-bottom:10px;
    	
            }
            .inner{
    	width: 1366px;
    	height:400px;
    	position: relative;
    	overflow: hidden;
            }
            .inner img{
               width: 1366px;
    	height:400px;
                vertical-align: top
            }
            .inner ul {
                width: 1000%;
                position: absolute;
                list-style: none;
                left:0;
                top: 0;
    	    margin:0px;
    	    padding:0px;
            }
            .inner li{
                float: left;
     
            }
     
            ol {
    	position: absolute;
    	height: 20px;
    	right: 20px;
    	bottom: 12px;
    	text-align: center;
    	padding: 5px;
            }
            ol li{
    	display: block;
    	width: 20px;
    	height: 20px;
    	line-height: 20px;
    	background-color: #fff;
    	margin: 5px;
    	cursor: pointer; 
            }
            ol .current{
                background-color: red;
            }
            #arr{
    	display: block;
            }
            #arr span{
    	width: 30px;
    	height: 40px;
    	position: absolute;
    	left: 14px;
    	top: 156px;
    	margin-top: -20px;
    	background: #fff;
    	cursor: pointer;
    	line-height: 40px;
    	text-align: center;
    	font-weight: bold;
    	font-family: '黑体';
    	font-size: 30px;
    	color: #000;
    	opacity: 0.5;
    	border: 1px solid #fff;
            }
            #arr #right {
    	right: 18px;
    	left: auto;
            }
    .main{ width:1366px; min-height:590px; height:auto;overflow:hidden; margin:0 auto; }
    .sleft{ width:380px; height:570px; float:left; margin-right:15px; }
    .sleft .stitle{ width:370px; padding-left:10px; height:76px; padding-top:20px; background:#f8f8f8; margin-bottom:5px; }
    .sleft .stitle p{ font-size:18px; color:#3c3c3c;}
    .sright{ width:921px; padding:25px; height:540px; float:left; background:#f8f8f8}
    .sright .box1{ width:921px; height:250px; }
    .sright .box1 img{ width:440px; height:248px; float:right; margin-left:30px;}
    .sbox1 .wen{ width:450px; float:left; margin-right:20px;}
    .sbox1 h1{ color: #3c3c3c;
    font-size: 24px;
    width: 100%;
    margin-bottom:20px;}
    .sbox1 p{ display: block;
    font-size: 16px;
    width: 100%;
    line-height:27px;}
    
    .sright .sbox2{ width:921px; height:257px; margin-top:30px;}
    
    .sright .sbox2 img{ width:447px; height:253px; float:left; margin-right:30px;}
    .sbox2 .wen{ width:440px; float:left;}
    .sbox2 h1{ color: #3c3c3c;
    font-size: 24px;
    width: 100%;
    margin-bottom:20px;}
    .sbox2 p{ display: block;
    font-size: 16px;
    width: 100%;
    line-height:27px;}
    
    
    
    .left{ width:380px; height:570px; float:left; margin-right:15px; }
    .left .title{ width:370px; padding-left:10px; height:56px; padding-top:40px; background:#f8f8f8; margin-bottom:5px; }
    .left .title h1{ font-size:36px; color:#141414; text-align:center; }
    .right{ width:921px; padding:25px; min-height:540px; height:auto; overflow:hidden; float:left; background:#f8f8f8; color:#141414; font-size:18px; font-family:"微软雅黑"; line-height:36px;}
    .right p{ text-indent:2em;}
    .sheshi{ width: 940px;
    height: 500px;}
    .sheshi ul{ }
    .sheshi ul li{ width: 290px;
    height: 220px;
    float: left;
    padding: 10px;
    text-align: center;}
    .sheshi ul li img{ width:280px; height:185px;}
    .sheshi ul li h1{ color:#141313; height:40px; font-weight:normal; font-size:24px;}
    .lianxi{ width:700px; height:285px; margin-top:90px; margin-left:125px;}
    .lianxi img{ width:264px; height:264px; float:left; margin-right:65px;}
    .lianxi p{ color:#141414; height:40px; line-height:40px;}
    .content{ width:100%; text-align:center; height:auto; overflow:hidden; margin:10px 0px;}
    .zhuce{ width:590px; height:auto; overflow:hidden; margin:0 auto;}
    .one{margin:10px 0}
    .one label{width:100px;float:left;text-align:right;height:20px;line-height:40px}
    .one input{border:1px solid #ccc;height:20px}.two{padding-left:100px}
    .reda{color:red}.a2{width:100px;margin-left:5px;padding:2px;background:#ccc}
    .error{background:#ccc url(../images/error.gif) no-repeat;padding-left:25px;padding-right:3px}
    .righta{background:#ccc url(../images/righta.gif) no-repeat;padding-left:25px;padding-right:3px}
    .btn{background: #ffb72f;
    width: 50px;
    border: none;
    padding: 3px;
    color: #fff;}
    /*---bottom结束-----*/
    .bottom{ width: 1366px;margin: 0 auto;margin-top: 20px; height:143px; background:#000000; }
    .bottom img{float:right; margin-right:20px; margin-top:20px;}
    .bottom .daoh{ color:#111111; width:700px; float:left; height:50px; margin-top:50px;}
    .bottom .daoh ul{ }
    .bottom .daoh ul li{ width:100px; height:50px; float:left;  font-size:18px; line-height:50px; background:url(../images/jiange.png) right no-repeat; text-align:center;}
    .bottom .daoh ul li a{ color:#ebba20;}
    /*---bottom结束-----*/
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    • 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
    • 187
    • 188
    • 189
    • 190
    • 191
    • 192
    • 193
    • 194
    • 195
    • 196
    • 197
    • 198
    • 199
    • 200
    • 201
    • 202
    • 203
    • 204
    • 205
    • 206
    • 207
    • 208
    • 209
    • 210
    • 211
    • 212
    • 213
    • 214
    • 215
    • 216
    • 217
    • 218
    • 219

    六、🥇 如何让学习不再盲目

    很多刚入门编程的小白学习了基础语法,却不知道语法的用途,不知道如何加深映像,不知道如何提升自己,这个时候每天刷自主刷一些题就非常重要(百炼成神),可以去牛客网上的编程初学者入门训练。该专题为编程入门级别,适合刚学完语法的小白练习,题目涉及编程基础语法,基本结构等,每道题带有练习模式和考试模式,可还原考试模式进行模拟,也可通过练习模式进行练习 。


    七、🎁更多干货

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

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

    3.

    以上内容技术相关问题💌欢迎一起交流学习👇🏻👇🏻👇🏻🔥

    在这里插入图片描述

  • 相关阅读:
    RK3399平台开发系列讲解(USB篇)如何去学习USB驱动 - 视频课
    2核2G3M带宽服务器腾讯云和阿里云价格、性能对比
    【算法】传智杯练习赛:时钟
    基于微信小程序的学习资料销售平台设计与实现-计算机毕业设计源码+LW文档
    图文翻译-免费图文翻译-批量图文翻译软件
    【设计模式】职责链模式
    SW - 清除零件实体表面上无用的凸起
    Nova中的api
    kafka的commitFaildException异常处理
    Groovy单元测试
  • 原文地址:https://blog.csdn.net/bigwhiteshark/article/details/126079426