时间:2023-09-28 18:12:01 | 来源:网站运营
时间:2023-09-28 18:12:01 来源:网站运营
求一个网页设计作业——个人博客(HTML+CSS):精彩专栏推荐 文末获取联系 ✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主 作者主页: 【主页—— 获取更多优质源码】 web前端期末大作业: 【 毕设项目精品实战案例 (1000套) 】 程序员有趣的告白方式:【 HTML七夕情人节表白网页制作 (110套) 】 超炫酷的Echarts大屏可视化源码:【 echarts大屏展示大数据平台可视化(150套) 】 免费且实用的WEB前端学习指南: 【 web前端零基础到高级学习视频教程 120G干货分享】 关于作者: 历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 坚持原创,热衷分享,初心未改,继往开来!
Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++
等任意html编辑软件进行运行及修改编辑等操作)。 其中: (1) html文件包含:其中index.html是首页、其他html为二级页面; (2) css文件包含:css全部页面样式,文字滚动, 图片放大等; (3) js文件包含:js实现动态轮播特效, 表单提交, 点击事件等等(个别网页中运用到js代码)。<!DOCTYPE html><html><head> <meta charset="utf-8" /> <title>博客世界</title> <link rel="stylesheet" href="css/style.css" /></head><body> <div class="banner"> <img src="images/banner.gif"> </div> <div class="nav"> <ul> <li><a href="#">首页</a></li> <li><a href="#">日志</a></li> <li><a href="#">相册</a></li> <li><a href="#">留言板</a></li> <li><a href="#">关于我</a></li> </ul> <div class="search"> <p>站内搜索</p> <input type="text" class="input1" /> <input type="button" value="搜索" class="input2"> </div> </div> <div class="main"> <div class="guanyu"> <div class="title">>>关于我</div> <div class="renwu"> <img src="images/renwu.jpg"> </div> <div class="mingzi"> <img src="images/girl.gif">张梅 </div> <div class="dizhi">杭州市 南岸区</div> <div class="jieshao"> <p> 天微明,冬天的光透过窗,印在左手的无名指上。 回忆的颜色是透明的冷,于是,用窗口透入的薄薄的光暖一暖心。 </p> </div> </div> <div class="main-right"> <div class="rizhi"> <div class="title">>>日志</div> <ul> <li> <p><a href="wenzhang.html">IMAX加长版《变形金刚》(Transformers)亲历简报</a></p> <span>2007-09-25</span> </li> <li> <p><a href="wenzhang.html">《变形金刚》发烧友的看图说话(多图)</a></p> <span>2007-09-22 10:13</span> </li> <li> <p><a href="wenzhang.html">《反恐王国》(The Kingdom):生猛的空心弹</a></p> <span>2007-09-22 08:03</span> </li> <li> <p><a href="wenzhang.html">《东方承诺》(Eastern Primises):不动如山,暗流汹涌</a></p> <span>2007-09-20 11:07</span> </li> <li> <p><a href="wenzhang.html">《妖精的旋律》(Elfen Lied):日式YY的经典案例</a></p> <span>2007-09-20 10:44</span> </li> </ul> </div> <div class="xiangce"> <div class="title">>>相册</div> <img src="images/1.jpg"> <img src="images/2.jpg"> <img src="images/3.jpg"> </div> </div> </div> <div class="footer"> <p>BLOG公司版权所有 1997-2010</p> </div></body></html>
@charset "utf-8";*{margin:0;padding:0;}ul,li{list-style:none;}a{text-decoration:none;}body{font-family:"微软雅黑",arial;font-size:14px;color:#000;}.banner{width:950px;margin:auto;}.banner img{width:950px;height:255px;display:block;}.nav{width:950px;height:40px;margin:auto;background:url(../images/navbg.gif);}.nav ul{float:left;}.nav li{float:left;margin-left:20px;}.nav li a{display:inline-block;height:40px;line-height:40px;padding:0 18px;color:#016941;font-weight:bold;}.nav li a:hover{background:url(../images/navbghover.gif);}.nav .search{float:left;}.nav .search p{float:left;margin-left:215px;line-height:40px;color:#016941;font-weight:bold;}.nav .search .input1{width:152px;height:18px;border:1px solid #016941;margin-top:10px;margin-left:5px;}.nav .search .input2{width:36px;height:20px;border:none;background:#016941;color:#fff;margin-top:10px;}.main{width:948px;margin:auto;overflow:hidden;border-left:1px solid #fceaa9;border-right:1px solid #fceaa9;}.guanyu{width:310px;float:left;margin-left:25px;margin-top:10px;}.guanyu .title{height:30px;line-height:30px;border-bottom:1px solid #990000;font-weight:bold;}.guanyu .renwu img{display:block;margin:auto;width:190px;height:240px;margin-top:10px;}.guanyu .mingzi{text-align:center;margin-top:20px}.guanyu .mingzi img{vertical-align:middle;}.guanyu .dizhi{text-align:center;margin-top:10px;}.guanyu .jieshao{width:280px;margin:auto;color:#990000;line-height:2;margin-top:15px;}.main-right{width:562px;float:left;margin-left:36px;margin-top:10px;}.rizhi{width:560px;border:1px solid #cccc99;overflow:hidden;padding-bottom:20px;}.rizhi .title{height:32px;line-height:32px;background:#cccc99;font-weight:bold;padding-left:10px;}.rizhi ul{width:540px;margin:auto;}.rizhi li{height:26px;line-height:26px;margin:auto;border-bottom:1px dashed #666;font-size:12px; background:url(../images/ico4.gif) no-repeat left center;}.rizhi li p{width:406px;float:left;margin-left:20px;}.rizhi li a{color:#666;}.rizhi li a:hover{color:#000;}.rizhi li span{color:#666;}.xiangce{width:560px;border:1px solid #cccc99;overflow:hidden;padding-bottom:20px;margin-top:10px;}.xiangce .title{height:32px;line-height:32px;background:#cccc99;font-weight:bold;padding-left:10px;}.xiangce img{width:176px;height:190px;float:left;margin:5px;}.footer{width:950px;height:54px;background:url(../images/footer.gif);margin:auto;overflow:hidden;}.footer p{text-align:center;margin-top:34px;font-size:12px;}.wenzhang .weizhi{height:20px;line-height:20px;text-align:right;background:#ffffdb;font-size:12px;padding-right:10px;}.wenzhang .weizhi a{color:#000;}.wenzhang .weizhi a:hover{text-decoration:underline;}.wenzhang .text{padding:0 30px;}.wenzhang .text h3{line-height:40px;text-align:center;margin-top:10px;}.wenzhang .text p{font-size:12px;text-indent:24px;line-height:2;margin-bottom:10px;}
请 “ 点赞” “✍️评论” “ 收藏”
一键三连哦! 【 关注我| 获取更多源码 | 优质文章】
带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!关键词:设计,作业