15158846557 在线咨询 在线咨询
15158846557 在线咨询
所在位置: 首页 > 营销资讯 > 网站运营 > HTML+CSS简单漫画网页设计成品 大学生个人HTML响应式--(海贼王 6页)

HTML+CSS简单漫画网页设计成品 大学生个人HTML响应式--(海贼王 6页)

时间:2023-08-09 16:45:01 | 来源:网站运营

时间:2023-08-09 16:45:01 来源:网站运营

HTML+CSS简单漫画网页设计成品 大学生个人HTML响应式--(海贼王 6页):> ⛵ 源码获取 文末联系

Web前端开发技术 描述 网页设计题材,DIV+CSS 布局制作,HTML+CSS网页设计期末课程大作业 | 网页设计作业 | 动漫网页设计 | 动漫网页设计成品 | 动漫网页设计成品模板 | 简单漫画网页设计成品| HTML期末大学生网页设计作业,Web大学生网页
  1. HTML:结构
  2. CSS:样式 在操作方面上运用了html5和css3, 采用了div+css结构、表单、超链接、浮动、绝对定位、相对定位、字体样式、引用视频等基础知识
  3. JavaScript:做与用户的交互行为

前端学习路线

(1)html文件:其中index.html是首页、其他html为二级页面; (2)css文件:css全部页面样式,文字滚动, 图片放大等; (3)js文件:js实现动态轮播特效, 表单提交, 点击事件等等(网页中运用到js代码)

网页基本结构

(1)首页:进入网页中看到的第一个页面(LOGO、公司名称、导航、banner、新闻、相关信息、底部信息、banner一般是5个   (2)二级页面:从首页点击进入之后的页面叫做二级页面 (3)三级页面:从二级页面点击进入的页面

网页html:网页是构成网站的基本元素,是承载各种网站应用的平台。通俗地说,网站就是由网页组成的 首页网站:首页是一个网站的入口网页,故往往会被编辑得易于了解该网站多数作为首页的文件名是index加上扩展名 导航菜单:是指位于页面顶部或者侧边区域的,也称之为导航栏,它起着链接站点或者软件内的各个页面的作用. 网页页脚:是网页中每个页面的底部的区域。常用于显示附加信息。如作者、备案号等。


网页演示




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



HTML结构代码

<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>OnePiece</title> <link rel="stylesheet" href="css/bootstrap.min.css" /> <script type="text/javascript" src="js/jquery.min.js" ></script> <script type="text/javascript" src="js/bootstrap.js" ></script> <link rel="stylesheet" href="css/logo.css" /> <link rel="stylesheet" href="css/公告新闻栏.css" /> <link rel="stylesheet" href="css/kstd.css" /> <link rel="stylesheet" href="css/ztwz.css" /> </head> <body> <!-- 作者:钙尔奇 时间:2021-12-09 描述:Logo搜索框 --> <div class="container"> <div class="row"> <div class="col-6 col-md-5"> <img src="img/logo.png" class="img-fluid" width="300"/> </div> <div class="col-6 col-md-7" style="padding-top: 2.5%;"> <form> <div class="input-group"> <input type="text" class="form-control" placeholder="请输入您需要搜索的内容" /> <div class="input-group-append"> <button class="btn btn-color" type="submit">搜索</button> </div> </div> </form> </div> </div> </div> <!-- 作者:钙尔奇 时间:2021-12-09 描述:导航栏 --> <div class="navbar navbar-expand-md navbar-light bg-color"> <div class="container"> <ul class="navbar-nav nav-tabs nav-pills"> <li class="nav-item active"> <a class="nav-link" href="index.html">首页</a> </li> <li class="nav-item dropdown"> <a class="nav-link" data-toggle="dropdown" href="html01.html">故事介绍</a> <div class="dropdown-menu"> <a class="dropdown-item" href="html01.html">剧情主线</a> <a class="dropdown-item" href="https://www.yhdmp.cc/s_all?ex=1&kw=%E6%B5%B7%E8%B4%BC%E7%8E%8B">追番推荐</a> </div> </li> <li class="nav-item dropdown"> <a class="nav-link" data-toggle="dropdown" href="html02.html">角色介绍</a> <div class="dropdown-menu dropright"> <a class="dropdown-item dropdown-toggle" data-toggle="dropdown" href="html02.html">海贼</a> <div class="dropdown-menu"> <a class="dropdown-item" href="html02.html">草帽一伙</a> <a class="dropdown-item" href="html02.html">四皇</a> <a class="dropdown-item" href="html02.html">王下七武海</a> <a class="dropdown-item" href="html02.html">极恶的世代</a> </div> <a class="dropdown-item" href="html02.html">海军</a> <a class="dropdown-item" href="html02.html">革命军</a> <a class="dropdown-item" href="html02.html">海贼猎人</a> </div> </li> <li class="nav-item dropdown"> <a class="nav-link" data-toggle="dropdown" href="html03.html">用法解说</a> <div class="dropdown-menu dropright"> <a class="dropdown-item" href="html03.html">霸气</a> <a class="dropdown-item" href="html03.html">悬赏金</a> <a class="dropdown-item dropdown-toggle" data-toggle="dropdown" href="html03.html">世界种族</a> <div class="dropdown-menu"> <a class="dropdown-item" href="html03.html">天龙人</a> <a class="dropdown-item" href="html03.html">天空人</a> <a class="dropdown-item" href="html03.html">改造人</a> <a class="dropdown-item" href="html03.html">毛皮族</a> <a class="dropdown-item" href="html03.html">巨人族</a> <a class="dropdown-item" href="html03.html">咚塔塔族</a> <a class="dropdown-item" href="html03.html">人鱼族&鱼人族</a> <a class="dropdown-item" href="html03.html">手长族&足长族</a> </div> <a class="dropdown-item" href="html03.html">地理设定</a> <a class="dropdown-item" href="html03.html">世界政府</a> <a class="dropdown-item" href="html03.html">历史正文</a> <a class="dropdown-item" href="html03.html">古代兵器</a> <a class="dropdown-item" href="html03.html">恶魔果实</a> </div> </li> <li class="nav-item"> <a class="nav-link" href="html04.html">相册时光</a> </li> <li class="nav-item dropdown"> <a class="nav-link" data-toggle="dropdown" href="个人简历.html">关于我们</a> <div class="dropdown-menu"> <a class="dropdown-item" href="个人简历.html">作者简介</a> <a class="dropdown-item" href="视频音频/隐藏网页.html">我爱城建</a> </div> </li> </ul> </div> </div> <!-- 作者:钙尔奇 时间:2021-12-09 描述:图片轮播 --> <div class="container"> <div class="row"> <div class="col-12" style="margin: 20px 0px;"> <div class="carousel slide" id="myCarousel" data-ride="carousel" data-interval="2500" > <ol class="carousel-indicators"> <li data-slide-to = "0" data-target = "#myCarousel" class="active"></li> <li data-slide-to = "1" data-target = "#myCarousel"></li> <li data-slide-to = "2" data-target = "#myCarousel"></li> <li data-slide-to = "3" data-target = "#myCarousel"></li> <li data-slide-to = "4" data-target = "#myCarousel"></li> </ol> <div class="carousel-inner"> <div class="carousel-item active"> <img alt=""class="d-block w-100" src="img/lunbo/lunbo01.jpg" /> <div class="carousel-caption"> <h5>一个人的梦想,几亿人的期待</h5> </div> </div> <div class="carousel-item"> <img alt=""class="d-block w-100" src="img/lunbo/lunbo02.jpg" /> <div class="carousel-caption"> <h5>我们都有相同愚蠢的梦想,我为了自己的目标,我就陪你好了,由我来做你船上的厨师吧</h5> </div> </div> <div class="carousel-item"> <img alt=""class="d-block w-100" src="img/lunbo/lunbo03.jpg" /> <div class="carousel-caption"> <h5>我的船上没有手下,只有伙伴</h5> </div> </div> <div class="carousel-item"> <img alt=""class="d-block w-100" src="img/lunbo/lunbo04.jpg" /> <div class="carousel-caption"> <h5>只要路飞还在笑,那生活就不算太糟</h5> </div> </div> <div class="carousel-item"> <img alt=""class="d-block w-100" src="img/lunbo/lunbo05.jpg" /> <div class="carousel-caption"> <h5>为了大家,我一定会坚强的活下去!我已经决定不再哭泣!我要独自奋战!</h5> </div> </div> </div> <a class="carousel-control-prev" data-slide="prev" href="#myCarousel" role="button"> <span class="carousel-control-prev-icon"></span> </a> <a class="carousel-control-next" data-slide="next" href="#myCarousel" role="button"> <span class="carousel-control-next-icon"></span> </a> </div> </div> </div> <!-- 作者:钙尔奇 时间:2021-12-10 描述:公告栏和新闻栏 --> <div class="row"> <div class="col-12 col-md-4"> <div class="card"> <h5> <a href="#" style="float: right;">更多&nbsp;&gt;</a> <img src="img/logo01.jpg" alt="" width="20" height="20" />&nbsp;海贼公告 </h5> <hr /> <div class="list-group list-group-flush"> <a class="list-group-item" href="#">我是路飞!要成为海贼王的男人</a> <a class="list-group-item" href="#">大剑豪现身!海贼猎人罗诺亚.索隆</a> <a class="list-group-item" href="#">正义的骗子?乌索普船长</a> <a class="list-group-item" href="#">著名厨师!海上餐厅的山治</a> <a class="list-group-item" href="#">开始与结束之镇 登陆罗格镇</a> <a class="list-group-item" href="#">让船向空中去吧!乘上突击的海流</a> </div> </div> </div> <div class="col-12 col-md-5"> <div class="card"> <h5> <a href="#" style="float: right;">更多&nbsp;&gt;</a> <img src="img/logo02.jpg" alt="" width="20" height="20" />&nbsp;海贼大事件 </h5> <hr /> <div class="list-group list-group-flush"> <a class="list-group-item" href="#">飞驰的海列车与 水之都「Water Seven」</a> <a class="list-group-item" href="#">君临大海的百兽之王!梦想之船终于完成</a> <a class="list-group-item" href="#">相会新世界!与勇猛的海贼的告别</a> <a class="list-group-item" href="#">遇见人的喜悦!骷髅绅士的真面目</a> <a class="list-group-item" href="#">消失的伙伴们 草帽小子一伙的末日</a> <a class="list-group-item" href="#">演出开幕 揭开黑胡子的野心</a> </div> </div> </div> <!-- 作者:钙尔奇 时间:2021-12-10 描述:快速通道 --> <div class="col-12 col-md-3"> <div class="card kstd"> <h5> <img src="img/logo03.jpg" alt="" width="20" height="20" />&nbsp;海上电车 </h5> <hr /> <div class="card-body"> <div class="row"> <div class="col-4"> <img src="img/kstd/kstd01.jpg" class="img-fluid img-thumbnail" /> <p>佳肴信念</p> </div> <div class="col-4"> <img src="img/kstd/kstd02.jpg" class="img-fluid img-thumbnail" /> <p>弹弓谎言</p> </div> <div class="col-4"> <img src="img/kstd/kstd03.jpg" class="img-fluid img-thumbnail" /> <p>白骨乐章</p> </div> </div> <div class="row"> <div class="col-4"> <img src="img/kstd/kstd04.jpg" class="img-fluid img-thumbnail" /> <p>三刀承诺</p> </div> <div class="col-4"> <img src="img/kstd/kstd05.jpg" class="img-fluid img-thumbnail" /> <p>草帽梦想</p> </div> <div class="col-4"> <img src="img/kstd/kstd06.jpg" class="img-fluid img-thumbnail" /> <p>风车航路</p> </div> </div> <div class="row"> <div class="col-4"> <img src="img/kstd/kstd07.jpg" class="img-fluid img-thumbnail" /> <p>繁花微笑</p> </div> <div class="col-4"> <img src="img/kstd/kstd08.jpg" class="img-fluid img-thumbnail" /> <p>樱花思念</p> </div> <div class="col-4"> <img src="img/kstd/kstd09.jpg" class="img-fluid img-thumbnail" /> <p>航船意志</p> </div> </div> </div> </div> </div> </div> <!-- 作者:钙尔奇 时间:2021-12-13 描述:专题网站 --> <div class="row"> <div class="col-12"> <div class="card ztwz"> <h5> <a href="#" style="float: right;">更多&nbsp;&gt;</a> <img src="img/logo04.jpg" alt="" width="20" height="20" />&nbsp;那年的青春 </h5> <hr /> <div class="card-body"> <div class="row"> <div class="col-12 col-md-3"> <a href="#"><img src="img/ztwz/ztwz01.jpg"></a> <p>"我是要成为海贼王的男人!"</p> </div> <div class="col-12 col-md-3"> <a href="#"><img src="img/ztwz/ztwz02.jpg"></a> <p>"如果不豁出性命,也没法创造未来。"</p> </div> <div class="col-12 col-md-3"> <a href="#"><img src="img/ztwz/ztwz03.jpg"></a> <p>"想守护的东西就好好守住,别再让那些家伙得逞了!"</p> </div> <div class="col-12 col-md-3"> <a href="#"><img src="img/ztwz/ztwz04.jpg"></a> <p>"将过去和羁绊全部丢弃,不要吝惜那为了梦想流下的泪水。"</p> </div> <div class="col-12 col-md-3"> <a href="#"><img src="img/ztwz/ztwz05.jpg"></a> <p>"所谓的梦想是同时拥有实力的人才可以谈的现实。"</p> </div> <div class="col-12 col-md-3"> <a href="#"><img src="img/ztwz/ztwz06.jpg"></a> <p>"恶魔也好,海贼也好,反正我要我的声名轰动全世界。"</p> </div> <div class="col-12 col-md-3"> <a href="#"><img src="img/ztwz/ztwz07.jpg"></a> <p>"世代继承的,时代的变迁,人的梦,这些个都是挡不住的。"</p> </div> <div class="col-12 col-md-3"> <a href="#"><img src="img/ztwz/ztwz08.jpg"></a> <p>"人的梦想,永远不会结束!"</p> </div> </div> </div> </div> </div> </div> </div> </body></html>

学的反而越迷茫

有这种感觉很正常,因为你还没有真正去公司里面待过,也不清楚自己到底要学多少东西才能胜任公司里面给你分配的活。我从你的表述来看,你的基础应该还是很扎实的。跟着网上那种全套的视频教程学肯定没有问题。

当你以后真正进入公司,发现工作的难度和量大约只有你学习时期的大约20%,你可能就会发出一声叹息:原来工作也不过如此嘛。

这是很正常的,因为大部分公司是招你进去去干活的,写业务的,不是让你一个新人去研发公司架构的。都是现成的东西,你要做的就是在别人的教导下,手把手的指挥下去添砖加瓦。到时候你恐怕要惊呼:就这?

所以,放松心态吧,好好享受大学时光 —————————————————


学习更多

关注我 | 点赞博文 | 每天带你涨知识




关键词:响应,成品,简单,漫画,设计,大学生

74
73
25
news

版权所有© 亿企邦 1997-2025 保留一切法律许可权利。

为了最佳展示效果,本站不支持IE9及以下版本的浏览器,建议您使用谷歌Chrome浏览器。 点击下载Chrome浏览器
关闭