🎉精彩专栏推荐 💭文末获取联系
✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主
💂 作者主页: 【主页——🚀获取更多优质源码】
🎓 web前端期末大作业: 【📚毕设项目精品实战案例 (1000套) 】
🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (110套) 】
🌎超炫酷的Echarts大屏可视化源码:【🔰 Echarts大屏展示大数据平台可视化(150套) 】
🔖 HTML+CSS+JS实例代码: 【🗂️HTML+CSS+JS实例代码 (炫酷特效网页代码) 继续更新中…】
🎁 免费且实用的WEB前端学习指南: 【📂web前端零基础到高级学习视频教程 120G干货分享】
🥇 关于作者: 💬历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 💪坚持原创,热衷分享,初心未改,继往开来!
🐕 宠物网页设计 、🐼保护动物网页、🐋鲸鱼海豚主题、🐘保护大象、等网站的设计与制作。
🏷️HTML宠物网页设计,采用DIV+CSS布局,共有多个页面,排版整洁,内容丰富,主题鲜明,首页使用CSS排版比较丰富,色彩鲜明有活力,导航与正文字体分别设置不同字号大小。导航区域设置了背景图。子页面有纯文字页面和图文并茂页面。
🏅 一套优质的💯网页设计应该包含 (具体可根据个人要求而定)
📔网站布局方面:计划采用目前主流的、能兼容各大主流浏览器、显示效果稳定的浮动网页布局结构。
📓网站程序方面:计划采用最新的网页编程语言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/public.css" rel="stylesheet" type="text/css" />
<link href="css/index.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery-1.6.4.min.js">script>
<script type="text/javascript" src="js/denglu.js">script>
head>
<body>
<div class="Header">
<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="about.html">关于宠物a>li>
<li><a href="chongwu.html">宠物猫狗a>li>
<li>
li>
<li><a href="news.html">宠物新闻a>li>
<li><a href="lianxi.html">联系我们a>li>
<li><a href="denglu.html">会员登录a>li>
<li><a href="zhuce.html">会员注册a>li>
ul>
div>
div>
<div class="ban"><img src="images/ban.jpg" />div>
div>
<div class="main">
<script src="./js/index.js">script>
<div class="app">
<div class="scroll">
<img src="./images/cw01.jpg" alt="scrollImage" class="img current">
<img src="./images/cw02.jpg" alt="scrollImage" class="img">
<img src="./images/cw03.jpg" alt="scrollImage" class="img">
<img src="./images/cw04.jpg" alt="scrollImage" class="img">
<img src="./images/cw05.jpg" alt="scrollImage" class="img">
<div class="lf">div>
<div class="lr">div>
<div class="dots">
<span class="square">span>
<span>span>
<span>span>
<span>span>
<span>span>
div>
div>
div>
<div class="left">
<div class="title">
<p>Member loginp>
<p>会员登录p>
div>
<div class="denglu">
<div class="delk">
<div class="tit">欢迎会员登录div>
<form method="post" action="">
<div class="one">
<label for="username">用户名:label>
<input type="text" id="username" class="a1" />
div>
<div class="one">
<label for="passwowd">密码:label>
<input type="password" id="password" class="a1" />
div>
<div class="two">
<input type="submit" class="btn" id="send" value="提交" />
<input type="reset" class="btn" id="res" value="重置" />
div>
form>
div>
<img src="images/huys.png" />
div>
div>
<div class="right">
<div class="box1">
<div class="wen">
<a href="about.html"><h1>关于宠物h1>a>
<p>以前宠物只是单指人们为了消除孤寂或出于娱乐目的而豢养的动物。现今宠物定义为,出于非经济目的而豢养的动植物。宠物是为了精神的目的而豢养的动植物。一般为了消除孤寂,或娱乐而豢养,以前的宠物一般是哺乳纲或鸟纲的动物,因为这些动物脑子比较发达,容易和人交流。如今,除了广为人知的活体宠物外,还有诸多的虚拟宠物。
p>
div>
<img src="images/ri01.jpg" />
div>
<div class="box2">
<img src="images/ri02.jpg" />
<div class="wen">
<a href="chongwu.html"><h1>宠物猫狗h1>a>
<p>宠物是人类最忠实的朋友,他们会一生陪伴你,保护你,直至死去。狗是可塑性非常强的动物。通过科学合理的训练,完全可以成为倍受欢迎的家庭成员。
<p>宠物猫不是十分好动,同时不介意宠物冷落自己的孩子,因为猫经常都是喜欢独处的。很多人都喜欢猫,特别是小女孩。猫的身体毛茸茸的,而且叫声比较温柔,所以养猫也是比较舒适的。p>
p>
div>
div>
div>
div>
<div class="Footer">
<div class=" daoh">
Copyright @ 2000-2019 宠物之家 All Rights
div>
<img src="images/logo.jpg" />
div>
body>
html>
@charset "utf-8";
/* CSS Document */
.main{ width:1366px; height:590px; margin:0 auto; }
.left{ width:380px; height:570px; float:left; margin-right:15px; }
.left .title{ width:370px; padding-left:10px; height:76px; padding-top:20px; background:#f8f8f8; margin-bottom:5px; }
.left .title p{ font-size:18px; color:#3c3c3c;}
.denglu{width: 380px;
height: 474px;
background: #f8f8f8;
margin-top: 20px;}
.delk{width: 380px;
height: 210px;
padding-top:20px;
}
.tit{ height: 70px;
width: 100%;
text-align: center;
line-height: 70px;
font-size: 30px;
font-weight: bolder;
}
.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;}
.di span{ color:#00aaef}
.right{ width:921px; padding:25px; height:540px; float:left; background:#f8f8f8}
.right .box1{ width:921px; height:250px; }
.right .box1 img{ width:440px; height:248px; float:right; margin-left:30px;}
.box1 .wen{ width:450px; float:left;}
.box1 h1{ color: #3c3c3c;
font-size: 24px;
width: 100%;
margin-bottom:20px;}
.box1 p{ display: block;
font-size: 16px;
width: 100%;
line-height:27px;
text-indent:2em;
}
.right .box2{ width:921px; height:257px; margin-top:30px;}
.right .box2 img{ width:447px; height:253px; float:left; margin-right:30px;}
.box2 .wen{ width:440px; float:left;}
.box2 h1{ color: #3c3c3c;
font-size: 24px;
width: 100%;
margin-bottom:20px;}
.box2 p{ display: block;
font-size: 16px;
width: 100%;
line-height:27px;
text-indent:2em;}
.lunbo{
height: 200px;
}
* {
margin: 0;
padding: 0;
}
.app {
width: 100%;
margin: 50px 0;
text-align: center;
}
.app .scroll {
position: relative;
display: inline-block;
width: 1226px;
height: 460px;
}
.app .scroll .img {
display: none;
width: 100%;
}
.app .scroll .current {
display: block;
}
.scroll .lf {
position: absolute;
top: 50%;
left: 10px;
background-image: url('img/arrow.png');
background-position: -83px 0;
width: 41px;
height: 69px;
cursor: pointer;
transform: translateY(-50%);
}
.scroll .lr {
position: absolute;
top: 50%;
right: 10px;
background-image: url('img/arrow.png');
background-position: -123px 0;
width: 41px;
height: 69px;
cursor: pointer;
transform: translateY(-50%);
}
.dots {
position: absolute;
bottom: 15px;
right: 20px;
width: 160px;
}
.dots>span {
display: inline-block;
box-sizing: border-box;
width: 11px;
height: 11px;
border: 3px solid rgba(204, 204, 204, 0.2);
border-radius: 15px;
cursor: pointer;
}
.dots>span:not(:last-child) {
margin-right: 5px;
}
/* 小圆点的颜色 */
.dots .square {
background: #f46;
}
.app .scroll .img {
width: 100%;
height: 100%;
}
21年程序员总结给编程菜鸟的16条忠告
1.如果我的博客对你有帮助、如果你喜欢我的博客内容,请 “👍点赞” “✍️评论” “💙收藏”
一键三连哦!
2.💗【👇🏻👇🏻👇🏻关注我| 💬获取更多源码 | 优质文章】
带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!
3.