❤ 【作者主页——获取更多优质源码】
❤ 【学习资料/简历模板/面试资料/ 网站设计与制作】
❤ 【web前端期末大作业——毕设项目精品实战案例】
# 一、网站题目 鲜花网页设计 、鲜花商城网页制作、在线花店网站、盆栽网、花卉网等网站的设计与制作。
️HTML鲜花网页设计,采用DIV+CSS布局,共有多个页面,排版整洁,内容丰富,主题鲜明,首页使用CSS排版比较丰富,色彩鲜明有活力。顶部导航及底部区域背景色为100%宽度,主体内容区域宽度
一套优质的网页设计应该包含 (具体可根据个人要求而定)
页面分为页头、菜单导航栏(最好可下拉)、中间内容板块、页脚四大部分。所有页面相互超链接,可到三级页面,有5-10个页面组成。页面样式风格统一布局显示正常,不错乱,使用Div+Css技术。菜单美观、醒目,二级菜单可正常弹出与跳转。要有JS特效,如定时切换和手动切换图片轮播。页面中有多媒体元素,如gif、视频、音乐,表单技术的使用。页面清爽、美观、大方,不雷同。 。不仅要能够把用户要求的内容呈现出来,还要满足布局良好、界面美观、配色优雅、表现形式多样等要求。网站布局方面:计划采用目前主流的、能兼容各大主流浏览器、显示效果稳定的浮动网页布局结构。
网站程序方面:计划采用最新的网页编程语言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代码)。
<!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" /> <script type="text/javascript"> function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } </script> </head> <body onload="MM_preloadImages('images/banner2.jpg')"> <!----网站头部开始----> <div class="top"></div> <div id="nav"> <ul> <li><a href="index.html">网站首页</a></li> <li><a href="about.html">相关历史 </a></li> <li><a href="penzai.html">盆栽欣赏</a></li> <li><a href="haochu.html">好处介绍</a></li> <li><a href="jishu.html">栽种技术</a></li> <li><a href="zhuyi.html">注意事项</a></li> </ul> </div> <!-----网站头部结束--------------> <!------网站主体部分开始-----------------------> <div class="main"> <div class="banner"> <img src="images/banner1.jpg" id="Image1" onclick="MM_preloadImages('images/banner1.jpg')" onmouseover="MM_swapImage('Image1','','images/banner2.jpg',1)" onmouseout="MM_swapImgRestore()" /> </div> <div class="nr"> <div class="tit">新店开业大酬宾,欢迎到店选购</div> <div class="caiz"> <ul> <li><a href="#"><img src="images/dg1.jpg" /><p>美丽盆栽01</p><p><span>价格:298元</span></p></a></li> <li><a href="#"><img src="images/dg2.jpg" /><p>美丽盆栽02</p><p><span>价格:269元</span></p></a></li> <li><a href="#"><img src="images/dg3.jpg" /><p>美丽盆栽03</p><p><span>价格:266元</span></p></a></li> <li><a href="#"><img src="images/dg4.jpg" /><p>美丽盆栽04</p><p><span>价格:288元</span></p></a></li> <li><a href="#"><img src="images/dg5.jpg" /><p>美丽盆栽05</p><p><span>价格:289元</span></p></a></li> <li><a href="#"><img src="images/dg6.jpg" /><p>美丽盆栽06</p><p><span>价格:268元</span></p></a></li> <li><a href="#"><img src="images/dg7.jpg" /><p>美丽盆栽07</p><p><span>价格:263元</span></p></a></li> <li><a href="#"><img src="images/dg8.jpg" /><p>美丽盆栽08</p><p><span>价格:286元</span></p></a></li> </ul> </div> </div> </div> <!------网站主体结束---------------------------> <!------网站底部分开始-----------------------> <div class="foot"> <div class="banq"> 网站版权 美丽盆栽 </div> </div> <!------网站底部体结束---------------------------> </body> </html> 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
body {margin: 0 auto;font-size: 14px;font-family: "微软雅黑";line-height: 22px;background: url(../images/body-bg.jpg); } div,p,input,ul,li,h1,h2 {height: auto;margin: 0;; padding: 0;vertical-align: middle; } li {list-style: none; } img {border: 0;margin: 0;padding: 0; } a {color: #333;text-decoration: none; } a:link {color: #333; } a:hover {color: #629705;text-decoration: none;overflow: hidden; } .top {width: 1000px;height: 290px;margin: 0 auto;padding-top: 10px;background: url(../images/top-bg.jpg) no-repeat; } .logo {height: 65px;margin-left: 150px; } #nav {width: 1000px;height: 50px;background: #2a7906;margin: 0 auto; } #nav ul {width: 1000px;height: 50px;line-height: 50px;font-size: 14px;margin: 0 auto; } #nav ul li {width: 165px;height: 50px;line-height: 50px;color: #FFF;float: left;text-align: center; } #nav li a {color: #FFF;font-family: "微软雅黑";font-size: 16px;margin-left: 2px;display: block;font-weight: bold; } #nav li a:hover, #nav li.hover a {text-decoration: none;color: #fff;background: #28650c; } .main {width: 1000px;margin: 0 auto;height: auto;overflow: hidden; } .banner {width: 1000px;height: 382px; } .banner2 {width: 1000px;height: 200px; } .nr {width: 1000px;height: auto;overflow: hidden;background: #FFF;padding-top: 20px;padding-bottom: 20px; } .nr span {color: #900; } .caiz {width: 100%;height: 480px; } .caiz ul {margin-top: 20px; } .caiz ul li {width: 240px;height: 250px;padding: 5px;float: left; } .caiz ul li img {width: 240px;height: 200px; } .caiz ul li p {font-size: 14px;line-height: 24px;text-align: center; } .tit {font-size: 16px;color: #26631f;; margin-left: 20px;font-weight: bold; } .abt {width: 960px;min-height: 500px;height: auto;overflow: hidden;padding: 20px; } .abt img {margin: 0 auto;display: block; } table {border-collapse: collapse;//相邻边被合并 } td {text-align: center;height: 220px;font-size: 14px; } .box {width: 910px;height: auto;margin-left: 20px;overflow: hidden;border-bottom: 1px #CCC dashed;padding-bottom: 10px;margin-bottom: 20px; } .box h1 {font-size: 16px;margin-bottom: 10px; } .shipin {width: 600px;height: 400px;margin: 0 auto;margin-bottom: 20px; } .news {width: 960px;height: auto;overflow: hidden;background: #FFF;padding: 20px; } .news ul li {line-height: 30px;height: 30px;color: #3d2915;border-bottom: #999 1px dashed; } .news ul li a {float: left;display: block;line-height: 30px;height: 30px;color: #3d2915; } .news ul li a:hover {color: #000; } .news ul li span {float: right;color: #666;line-height: 30px; } .neirong {width: 960px;height: auto;overflow: hidden;background: #FFF;padding: 20px; } .biaoti {color: #3d2915;font-weight: bold;font-size: 16px;line-height: 40px;text-align: center;margin-bottom: 10px;_margin-bottom: 10px;border-bottom: #CCC 1px dashed; } .cernt {margin: 0 auto;display: block; } /*---top结束-----*/ /*---foot开始-----*/ .foot {width: 1000px;height: 83px;background: url(../images/foot.jpg) no-repeat;margin: 0 auto;padding-top: 60px; } .banq {width: 1000px;height: 40px;line-height: 40px;color: #FFF;margin: 0 auto;text-align: center; } /*---foot结束-----*/ 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
21年程序员总结给编程菜鸟的16条忠告
入门期间不要盲目看太多书,找一本网上或身边有经验程序员推荐的教材,先系统的学习。多看帮助文档,帮助文档就像一个游戏的玩法说明通关秘籍,该看就看别太自信。菜鸟容易被对象、属性、方法等词汇迷惑?那是你连最基础知识都还没掌握。不要忽视没一个看起来不起眼的问题,经常总结做到举一反三。没积累足够知识和经验前,你是开发不出一个完整项目的。把最新技术挂在嘴边,还不如把过时技术牢记心中。活到老学到老,只有一招半式是闯不了江湖的。看得懂的书,仔细看;看不懂的书,硬着头皮也要看完。书读百遍其义自见,别指望读一遍就能掌握。请把教程里的例子亲手实践下,即使案例中有完整源码。把在教程中看到的有意义的例子扩充;并将其切实的运用到自己的工作中。不要漏掉教程中任何一个习题——请全部做完并做好笔记。水平是在不断的实践中完善和发展的,你与大牛差的只是经验的积累。每学到一个难点的时候,尝试对朋友或网上分享你的心得,让别人都能看得懂说明你真的掌握。做好保存源文件的习惯,这些都是你的知识积累。遇到问题不要张口就问,要学会自己找答案,比如google、百度和w3cschool上都有很多编程相关资料,你只要输入关键字就能找到你的答案。1.如果我的博客对你有帮助、如果你喜欢我的博客内容,请 “点赞” “✍️评论” “收藏” 一键三连哦!
2.【关注我| 获取更多源码 | 优质文章】 带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!
3.
以上内容技术相关问题欢迎一起交流学习
相关知识
html5期末大作业鲜花花卉主题网页设计html网页模板源码?
HTML5期末大作业:鲜花网站设计——网上鲜花网页设计(5页) HTML+CSS+JavaScript 期末作业HTML代码
大学生网页设计作业 html+css+js网上鲜花售卖网站(期末网页设计作业)
Web前端期末大作业
学生花卉网网页设计作品 学生鲜花网页模板 简单在线花店主页成品 鲜花网页制作 HTML学生花店商城网站作业设计
HTML5期末大作业:网上花店/鲜花网站设计——大气的鲜花预订商城(6页) HTML+CSS+JavaScript
用DIV+CSS技术设计的鲜花网站(web前端网页制作课作业)
web前端期末大作业:基于HTML+CSS+JavaScript制作鲜花礼品在线购物网站设计(19页)
web前端期末大作业 html+css+javascript+jquery+bootstarp响应式鲜花售卖网站16页
HTML5期末大作业:鲜花超市网站设计——鲜花超市(4页) HTML+CSS+JavaScript HTML5网页设计成品
网址: 【网页设计】期末大作业html+css+js(在线鲜花盆栽网站) https://m.huajiangbk.com/newsview554877.html
上一篇: HTML5期末大作业:HTML+ |
下一篇: 香石竹细菌性枯萎病 |