精彩专栏推荐
✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主
作者主页: 【主页——获取更多优质源码】
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代码)。
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="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<title>21caketitle>
head>
<body>
<header>
<div class="inner">
<div class="logo">
<img src="picture/logo.png" width="120px" height="44px" alt="21cake 蛋糕官网">
div>
<ul class="nav">
<li><a href="index.html">首页a>li>
<li><a href="class.html">蛋糕a>li>
<li><a href="class.html">面包a>li>
<li><a href="class.html">冰淇淋a>li>
<li><a href="class.html">咖啡下午茶a>li>
<li><a href="class.html">全国送a>li>
<li><a href="class.html">企业专区a>li>
ul>
<ul class="join">
<li><a href="#">APP下载a>li>
<li><a href="#">北京a><i class="city">i>li>
<li><a href="#">消息a>li>
<li><a href="login.html">登录a>/<a href="register.html">注册a>li>
<li class="cart"><i>i>li>
ul>
div>
header>
<div class="slider">
<img src="picture/slider-1.jpg" alt="">
div>
<div class="content">
<div class="home-module home-menu">
<a href="#1">
<img src="picture/menu-1.jpg" alt="新品" title="新品">
a>
<a href="#2">
<img src="picture/menu-2.jpg" alt="新品" title="新品">
a>
<a href="#3">
<img src="picture/menu-3.jpg" alt="新品" title="新品">
a>
<a href="#4">
<img src="picture/menu-4.jpg" alt="新品" title="新品">
a>
<a href="#5">
<img src="picture/menu-5.png" alt="新品" title="新品">
a>
div>
<div class="home-module home-colorful" id="1">
<h4 class="home-module-title">
新品
<span>/span>
<span>专区span>
h4>
<div class="colorful-top-banner">
<a href="#" target="_blank">
<img src="picture/menu-top-1.jpg" alt="">
a>
div>
<div class="colorful-product-list">
<div class="list-box">
<ul>
<li>
<a href="#">
<img src="picture/xinpin-cake-1.png" alt="">
a>
<a href="#">
<h6>米道h6>
a>
<a href="">
<p>天真、天然,是这款蛋糕唯一的出发点p>
a>
<div class="tag-list">
<a href="">儿童 >a>
<a href="">新品 >a>
<a href="">生日 >a>
div>
<div class="cart-info">
<span class="spec">¥298.00/454g(1.0磅)span>
<a href="" class="add-cart">加入购物车a>
div>
li>
<li>
<a href="#">
<img src="picture/xinpin-cake-2.png" alt="">
a>
<a href="#">
<h6>米道h6>
a>
<a href="">
<p>天真、天然,是这款蛋糕唯一的出发点p>
a>
<div class="tag-list">
<a href="">儿童 >a>
<a href="">新品 >a>
<a href="">生日 >a>
div>
<div class="cart-info">
<span class="spec">¥298.00/454g(1.0磅)span>
<a href="" class="add-cart">加入购物车a>
div>
li>
<li>
<a href="#">
<img src="picture/xinpin-cake-3.png" alt="">
a>
<a href="#">
<h6>米道h6>
a>
<a href="">
<p>天真、天然,是这款蛋糕唯一的出发点p>
a>
<div class="tag-list">
<a href="">儿童 >a>
<a href="">新品 >a>
<a href="">生日 >a>
div>
<div class="cart-info">
<span class="spec">¥298.00/454g(1.0磅)span>
<a href="" class="add-cart">加入购物车a>
div>
li>
<li>
<a href="#">
<img src="picture/xinpin-cake-4.png" alt="">
a>
<a href="#">
<h6>米道h6>
a>
<a href="">
<p>天真、天然,是这款蛋糕唯一的出发点p>
a>
<div class="tag-list">
<a href="">儿童 >a>
<a href="">新品 >a>
<a href="">生日 >a>
div>
<div class="cart-info">
<span class="spec">¥298.00/454g(1.0磅)span>
<a href="" class="add-cart">加入购物车a>
div>
li>
ul>
div>
div>
div>
<div class="home-module home-colorful" id="2">
<h4 class="home-module-title">
生日
<span>/span>
<span>专区span>
h4>
<div class="colorful-top-banner">
<a href="#" target="_blank">
<img src="picture/menu-top-2.jpg" alt="">
a>
div>
<div class="colorful-product-list">
<div class="list-box">
<ul>
<li>
<a href="#">
<img src="picture/shengri-cake-1.png" alt="">
a>
<a href="#">
<h6>米道h6>
a>
<a href="">
<p>天真、天然,是这款蛋糕唯一的出发点p>
a>
<div class="tag-list">
<a href="">儿童 >a>
<a href="">新品 >a>
<a href="">生日 >a>
div>
<div class="cart-info">
<span class="spec">¥298.00/454g(1.0磅)span>
<a href="" class="add-cart">加入购物车a>
div>
li>
<li>
<a href="#">
<img src="picture/shengri-cake-2.png" alt="">
a>
<a href="#">
<h6>米道h6>
a>
<a href="">
<p>天真、天然,是这款蛋糕唯一的出发点p>
a>
<div class="tag-list">
<a href="">儿童 >a>
<a href="">新品 >a>
<a href="">生日 >a>
div>
<div class="cart-info">
<span class="spec">¥298.00/454g(1.0磅)span>
<a href="" class="add-cart">加入购物车a>
div>
li>
<li>
<a href="#">
<img src="picture/shengri-cake-3.png" alt="">
a>
<a href="#">
<h6>米道h6>
a>
<a href="">
<p>天真、天然,是这款蛋糕唯一的出发点p>
a>
<div class="tag-list">
<a href="">儿童 >a>
<a href="">新品 >a>
<a href="">生日 >a>
div>
<div class="cart-info">
<span class="spec">¥298.00/454g(1.0磅)span>
<a href="" class="add-cart">加入购物车a>
div>
li>
<li>
<a href="#">
<img src="picture/shengri-cake-4.png" alt="">
a>
<a href="#">
<h6>米道h6>
a>
<a href="">
<p>天真、天然,是这款蛋糕唯一的出发点p>
a>
<div class="tag-list">
<a href="">儿童 >a>
<a href="">新品 >a>
<a href="">生日 >a>
div>
<div class="cart-info">
<span class="spec">¥298.00/454g(1.0磅)span>
<a href="" class="add-cart">加入购物车a>
div>
li>
ul>
div>
div>
div>
<div class="home-module home-colorful" id="3">
<h4 class="home-module-title">
儿童
<span>/span>
<span>专区span>
h4>
<div class="colorful-top-banner">
<a href="#" target="_blank">
<img src="picture/menu-top-3.jpg" alt="">
a>
div>
<div class="colorful-product-list">
<div class="list-box">
<ul>
<li>
<a href="#">
<img src="picture/child-cake-1.png" alt="">
a>
<a href="#">
<h6>米道h6>
a>
<a href="">
<p>天真、天然,是这款蛋糕唯一的出发点p>
a>
<div class="tag-list">
<a href="">儿童 >a>
<a href="">新品 >a>
<a href="">生日 >a>
div>
<div class="cart-info">
<span class="spec">¥298.00/454g(1.0磅)span>
<a href="" class="add-cart">加入购物车a>
div>
li>
<li>
<a href="#">
<img src="picture/child-cake-2.png" alt="">
a>
<a href="#">
<h6>米道h6>
a>
<a href="">
<p>天真、天然,是这款蛋糕唯一的出发点p>
a>
<div class="tag-list">
<a href="">儿童 >a>
<a href="">新品 >a>
<a href="">生日 >a>
div>
<div class="cart-info">
<span class="spec">¥298.00/454g(1.0磅)span>
<a href="" class="add-cart">加入购物车a>
div>
li>
<li>
<a href="#">
<img src="picture/child-cake-3.png" alt="">
a>
<a href="#">
<h6>米道h6>
a>
<a href="">
<p>天真、天然,是这款蛋糕唯一的出发点p>
a>
<div class="tag-list">
<a href="">儿童 >a>
<a href="">新品 >a>
<a href="">生日 >a>
div>
<div class="cart-info">
<span class="spec">¥298.00/454g(1.0磅)span>
<a href="" class="add-cart">加入购物车a>
div>
li>
<li>
<a href="#">
<img src="picture/child-cake-4.png" alt="">
a>
<a href="#">
<h6>米道h6>
a>
<a href="">
<p>天真、天然,是这款蛋糕唯一的出发点p>
a>
<div class="tag-list">
<a href="">儿童 >a>
<a href="">新品 >a>
<a href="">生日 >a>
div>
<div class="cart-info">
<span class="spec">¥298.00/454g(1.0磅)span>
<a href="" class="add-cart">加入购物车a>
div>
li>
ul>
div>
div>
div>
<div class="home-module home-colorful" id="4">
<h4 class="home-module-title">
聚会
<span>/span>
<span>专区span>
h4>
<div class="colorful-top-banner">
<a href="#" target="_blank">
<img src="picture/menu-top-4.jpg" alt="">
a>
div>
<div class="colorful-product-list">
<div class="list-box">
<ul>
<li>
<a href="#">
<img src="picture/party-cake-1.png" alt="">
a>
<a href="#">
<h6>米道h6>
a>
<a href="">
<p>天真、天然,是这款蛋糕唯一的出发点p>
a>
<div class="tag-list">
<a href="">儿童 >a>
<a href="">新品 >a>
<a href="">生日 >a>
div>
<div class="cart-info">
<span class="spec">¥298.00/454g(1.0磅)span>
<a href="" class="add-cart">加入购物车a>
div>
li>
<li>
<a href="#">
<img src="picture/party-cake-2.png" alt="">
a>
<a href="#">
<h6>米道h6>
a>
<a href="">
<p>天真、天然,是这款蛋糕唯一的出发点p>
a>
<div class="tag-list">
<a href="">儿童 >a>
<a href="">新品 >a>
<a href="">生日 >a>
div>
<div class="cart-info">
<span class="spec">¥298.00/454g(1.0磅)span>
<a href="" class="add-cart">加入购物车a>
div>
li>
<li>
<a href="#">
<img src="picture/party-cake-3.png" alt="">
a>
<a href="#">
<h6>米道h6>
a>
<a href="">
<p>天真、天然,是这款蛋糕唯一的出发点p>
a>
<div class="tag-list">
<a href="">儿童 >a>
<a href="">新品 >a>
<a href="">生日 >a>
div>
<div class="cart-info">
<span class="spec">¥298.00/454g(1.0磅)span>
<a href="" class="add-cart">加入购物车a>
div>
li>
<li>
<a href="#">
<img src="picture/party-cake-4.png" alt="">
a>
<a href="#">
<h6>米道h6>
a>
<a href="">
<p>天真、天然,是这款蛋糕唯一的出发点p>
a>
<div class="tag-list">
<a href="">儿童 >a>
<a href="">新品 >a>
<a href="">生日 >a>
div>
<div class="cart-info">
<span class="spec">¥298.00/454g(1.0磅)span>
<a href="" class="add-cart">加入购物车a>
div>
li>
ul>
div>
div>
div>
<div class="home-module home-colorful" id="5">
<h4 class="home-module-title">
活动门
<span>/span>
<span>是被吸引了吧span>
h4>
<ul class="active-content">
<li>
<a href="">
<img src="picture/active.jpg" alt="" class="lazy">
a>
li>
ul>
div>
<div class="home-module home-colorful" id="6">
<h4 class="home-module-title">
廿一客
<span>/span>
<span>文章span>
<a href="">查看更多 >a>
h4>
<ul class="active-content">
<li>
<a href="">
<img src="picture/reader-1.jpg" alt="" class="lazy">
<h4>冬季刊·进博会h4>
<p>
<span>span>
<span>阅读全文 >>span>
p>
a>
li>
<li>
<a href="">
<img src="picture/reader-2.jpg" alt="" class="lazy">
<h4>廿一志秋刊·客服Q&Ah4>
<p>
<span>span>
<span>阅读全文 >>span>
p>
a>
li>
ul>
div>
div>
<footer>
<img class="footer-logo" src="picture/footer-logo.png" height="36" width="96" alt>
<div class="footer-nav">
<a href="#">联系我们a>
<span>|span>
<a href="#">订购帮助a>
<span>|span>
<a href="#">企业合作a>
<span>|span>
<a href="#">生产经营资质a>
<span>|span>
<a href="#">公告专区a>
div>
<div class="footer-icon">
<a class="footer-weixin">
<img src="picture/footericon-02.png">
a>
div>
<div class="footer-text">
<span>订购专线: xxxx-xxxxxxx (服务时间 08:00-22:00),团购热线: xxx xxxx xxxxspan>
<span>客服电话:xxxx-xxxxxxxspan>
<span>请提前3小时预定,当日 20点 以后的订单,于次日 8点 后开始审核span>
<span>当日蛋糕配送截至下单时间 20:00span>
<span>店铺地址:xxxxxxxxxxxxxxxxxxspan>
div>
<div class="footer-copy">
<span>Copyright© 信德利蛋糕官网商城 2007-2018, 版权所有 京ICP备14006254号-1span>
div>
footer>
body>
html>
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-weight: normal;
font: inherit;
vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
html, body {
width: 100%;
height: 100%;
font-family: 'Microsoft YaHei'; }
button {
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
outline: none;
-webkit-appearance: none;
border-radius: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent; }
a {
text-decoration: none;
color: #684029; }
/*# sourceMappingURL=reset.css.map */
很多刚入门编程的小白学习了基础语法,却不知道语法的用途,不知道如何加深映像,不知道如何提升自己,这个时候每天刷自主刷一些题就非常重要(百炼成神),可以去牛客网上的编程初学者入门训练。该专题为编程入门级别,适合刚学完语法的小白练习,题目涉及编程基础语法,基本结构等,每道题带有练习模式和考试模式,可还原考试模式进行模拟,也可通过练习模式进行练习。
1.如果我的博客对你有帮助、如果你喜欢我的博客内容,请 “点赞” “✍️评论” “收藏”
一键三连哦!
2.【关注我| 获取更多源码 | 优质文章】
带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!
3.