???? 精彩专栏推荐????????????????????????
✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主
???? 作者主页: 【主页——????获取更多优质源码】
???? web前端期末大作业: 【????毕设项目精品实战案例 (1000套) 】
???? 程序员有趣的告白方式:【????HTML七夕情人节表白网页制作 (110套) 】
????超炫酷的Echarts大屏可视化源码:【???? echarts大屏展示大数据平台可视化(150套) 】
???? 免费且实用的WEB前端学习指南: 【????web前端零基础到高级学习视频教程 120G干货分享】
???? 关于作者: 历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 ????坚持原创,热衷分享,初心未改,继往开来!
????文章目录
一、????????网站题目
???? 美食网页介绍、????甜品蛋糕、????地方美食小吃文化、????餐饮文化、等网站的设计与制作。
二、✍️网站描述
????美食主题网站 主要对各种美食进行展示,让浏览者清晰地了解到各种美食的详细信息,便于浏览者进行选择。该模块的左侧有个美食分类,用户可以选择自己喜欢的种类,当点击种类后,就会在右侧出现该分类下的各种美食,用户可以点击自己感兴趣的食品,从而看到它的具体信息。它的具体信息包括配料、产地及它的一些功能,使用户对该食品有着全面的认识。
????????静态网站的编写主要是用HTML DIV+CSS JS等来完成页面的排版设计????????,常用的网页设计软件有Dreamweaver、EditPlus、HBuilderX、VScode 、Webstorm、Animate等等,用的最多的还是DW,当然不同软件写出的前端Html5代码都是一致的,本网页适合修改成为各种类型的产品展示网页,比如美食、旅游、摄影、电影、音乐等等多种主题,希望对大家有所帮助。
三、????网站介绍
????网站布局方面:计划采用目前主流的、能兼容各大主流浏览器、显示效果稳定的浮动网页布局结构。
????网站程序方面:计划采用最新的网页编程语言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" />
<link href="css/shouye.css" type="text/css" rel="stylesheet" />
<script src="css/side-float-right(adver).js"></script>
<title>沪上美食大搜罗</title>
</head>
<body style="height:1000px;">
<div class="sum">
<div class="title">
<h1 style="color:#FF0000;">沪上美食大搜罗</h1>
</div>
<div class="menu">
<ul>
<li><a href="index.html">主页</a></li>
<li><a href="#">美食展示</a>
<ul>
<li><a href="zhongcan.html">中餐</a></li>
<li><a href="xican.html">西餐</a></li>
<li><a href="liaoli.html">美食料理</a></li>
</ul>
</li>
<li><a href="meishizhizuo.html">美食制作</a></li>
<li><a href="mingdian.html">名店搜罗</a></li>
<li><a href="liuyan.html">留言板</a></li>
</ul>
</div>
<div class="null"></div>
<div class="content">
<div class="content_left">
<div class="login">
<div class="login_top">登陆</div>
<div class="user">用户名:
<input type="text" size="20" />
</div>
<div class="pass">密 码:
<input type="password" size="20" />
</div>
<div class="down">
<input type="button" value="登 陆" />
<input type="button" value="注 册" />
</div>
</div>
<div class="lnull"></div>
<div class="list">
<div class="login_top">美食新闻</div>
<div class="list_one_sum">
<div class="list_one">
<div class="list_one_left">1</div>
<div class="list_one_center"><a href="#">*美食节</a></div>
<div class="list_one_right">12-24</div>
</div>
<div class="list_one">
<div class="list_one_left">2</div>
<div class="list_one_center"><a href="#">*美食节</a></div>
<div class="list_one_right">12-24</div>
</div>
<div class="list_one">
<div class="list_one_left">3</div>
<div class="list_one_center"><a href="#">*美食节</a></div>
<div class="list_one_right">12-24</div>
</div>
<div class="list_one">
<div class="list_one_left">4</div>
<div class="list_one_center"><a href="#">*美食节</a></div>
<div class="list_one_right">12-24</div>
</div>
<div class="list_one">
<div class="list_one_left">5</div>
<div class="list_one_center"><a href="#">*美食节</a></div>
<div class="list_one_right">12-24</div>
</div>
<div class="list_one">
<div class="list_one_left">6</div>
<div class="list_one_center"><a href="#">*美食节</a></div>
<div class="list_one_right">12-24</div>
</div>
<div class="list_one">
<div class="list_one_left">7</div>
<div class="list_one_center"><a href="#">*美食节</a></div>
<div class="list_one_right">12-24</div>
</div>
<div class="list_one">
<div class="list_one_left">8</div>
<div class="list_one_center"><a href="#">*美食节</a></div>
<div class="list_one_right">12-24</div>
</div>
</div>
</div>
</div>
<div class="content_right">
<div class=" right_main"> <a href="#.html"><img src="img/liaoli.jpg" /></a></div>
</div>
</div>
<div class="clear"></div>
<div class="foot">
<div class="foot_top">
<div class="top">
<li><a href="#">联系我们</a></li>
<li><a href="#">关于我们</a></li>
<li><a href="#">人才招聘</a></li>
<li><a href="#">官方博客</a></li>
</div>
</div>
<div class="foot_down">
<p align="center">沪上美食大搜罗</p>
</div>
</div>
</div>
</body>
</html>
????CSS样式代码
body {
margin:0;
padding:0;
background:#FFC;
}
.null {
width:1000px;
height:20px;
}
.sum {
width:1000px;
margin:0 auto; padding:10px;
height:auto; background-color:rgba(255,255,255,0.8);
}
.title {
width:1000px;
height:50px;
text-align:center;
background-image:url(../img/thumb.jpg)
}
#div1 {
width: 60px;
height: 80px;
position: absolute;
right: 0;
bottom: 0;
color: #FFF;
background-color: #990;
}
.menu {
font-family: arial, sans-serif;
width:1000px;
margin:0;
margin:50px 0;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0;
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left;
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block;
text-align:center;
text-decoration:none;
width:104px;
height:30px;
color:#000;
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#c9c9a7;
line-height:30px;
六、???? 如何让学习不再盲目
很多刚入门编程的小白学习了基础语法,却不知道语法的用途,不知道如何加深映像,不知道如何提升自己,这个时候每天刷自主刷一些题就非常重要(百炼成神),可以去牛客网上的编程初学者入门训练。该专题为编程入门级别,适合刚学完语法的小白练习,题目涉及编程基础语法,基本结构等,每道题带有练习模式和考试模式,可还原考试模式进行模拟,也可通过练习模式进行练习。
七、????更多干货
1.如果我的博客对你有帮助、如果你喜欢我的博客内容,请 “????点赞” “✍️评论” “????收藏”
一键三连哦!
2.????【????????????????????????关注我| 获取更多源码 | 优质文章】
带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!
3.