时间:2023-10-07 21:00:01 | 来源:网站运营
时间:2023-10-07 21:00:01 来源:网站运营
学生HTML个人网页作业作品下载 个人主页博客网页设计制作 大学生个人网站作业模板 dreamweaver简单个人网页制作:精彩专栏推荐 ✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主 作者主页: 【主页—— 获取更多优质源码】 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 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/style.css" rel="stylesheet" /><title>钟汉良</title></head><body><div class="con"> <div class="head"> <div class="logo"> <h1>钟汉良</h1> </div> <div class="clear"> </div> <div class="nav"> <ul> <li><a href="index.html">首页</a></li> <li><a href="page1.html">基本信息</a></li> <li><a href="page2.html">演艺经历</a></li> <li><a href="page3.html">主要作品</a></li> <li><a href="page4.html">社会活动</a></li> <li><a href="page5.html">获奖记录</a></li> <li><a href="page6.html">人物评价</a></li> </ul> </div> <div class="clear"></div> </div> <div class="clear"></div> <div class="lunbo"> <p><a href="#"><img src="images/home.jpg" width="1024"/></a></p> <p> </p><p> </p> </div> <div class="clear"></div> <div class="main"> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> </div> <div class="clear"></div> <div class="foot">钟汉良版权所有</div> <div class="clear"></div></div></body></html>
/*----------------------common-------------------------*/*{ margin:0; padding:0; font-family:Microsoft YaHei;}.clear{ clear:both;}.fl{ float:left;}.fr{ float:right;}img{ border:none;}a{ text-decoration:none;}a:hover{ text-decoration:underline;}li{ list-style-type:none;}.ofh{overflow:hidden;}.center{ text-align:center;}.em{ text-indent:2em;}.p5{ padding:5px;}body{ background:url(../images/bj.jpg) top center fixed no-repeat;}/*----------------------con-------------------------*/.con{ width:960px; padding:20px; height:auto; margin:10px auto; background:#fff; background-color:rgba(255,255,255,0.9);-moz-border-radius:10px;border-radius:10px;}/*----------------head-----------------*/.head{ width:960px; height:auto; margin:auto;}.logo{ width:550px; height:60px; float:left;}.logo h1{ font-size:32px; line-height:60px; color:#0d3d5c; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif}.nav{ width:960px; height:40px; margin:5px auto;background-color:#0d3d5c;-moz-border-radius:5px;border-radius:5px;}.nav ul{ padding-left:10px;}.nav li{ float:left; padding:5px 30px; }.nav li a{ font-size:20px; line-height:30px; color:#eee; font-family:"Courier New", Courier, monospace;}.nav li a:hover{ color:#f9eccd; text-decoration:none;}.nav li:hover{ background-color:#071465}.nav li:hover a{ color:#f9eccd;}.lunbo{ width:960px; height:600px; margin:5px auto; overflow:hidden;-moz-border-radius:5px;border-radius:5px;}.banner{ width:960px; height:250px; margin:5px auto; overflow:hidden;-moz-border-radius:5px;border-radius:5px;}/*----------------main-----------------*/.main{ width:860px; padding:10px 50px; height:auto; margin:10px auto; font-size:14px; line-height:24px; color:#555;}.main h2{font-size:18px; line-height:46px; color:#071465;}.main h2 a{font-size:18px; line-height:36px; color:#071465;}.main p{font-size:14px; line-height:24px; color:#555; text-indent:2em;} .main_in{ width:660px; height:auto; margin:10px auto; font-size:14px; line-height:24px; color:#555;}.position{ width:960px;height:40px; border-bottom:2px solid #071465; font-size:16px; color:#400; line-height:38px; font-family:Microsoft YaHei; font-weight:bold;}.position a{ font-size:16px; color:#111; line-height:28px; font-family:Microsoft YaHei;}.position span{ padding:3px;font-size:16px; color:#111; line-height:28px; font-family:Microsoft YaHei;}/*----------------foot-----------------*/.foot{ width:960px; height:50px; margin:10px auto; padding-top:10px; border-top:3px solid #0d3d5c; text-align:center; font-size:14px; line-height:24px; color:#666;}.foot{font-size:14px; line-height:24px; color:#666;}
请 “ 点赞” “✍️评论” “ 收藏”
一键三连哦! 【 关注我| 获取更多源码 | 优质文章】
带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!关键词:作业,设计,大学生,作品,学生